From 092f5ebdb72d0d4e9f43ceb67798ffd54e6bdea2 Mon Sep 17 00:00:00 2001 From: jkraybill Date: Thu, 30 Jan 2020 18:57:35 +1100 Subject: [PATCH] #37537 make lit candle a firestarter --- data/json/items/tool/lighting.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/tool/lighting.json b/data/json/items/tool/lighting.json index 4012d549a0f7b..7fcebd1f7e138 100644 --- a/data/json/items/tool/lighting.json +++ b/data/json/items/tool/lighting.json @@ -128,7 +128,7 @@ "charges_per_use": 1, "turns_per_charge": 1350, "use_action": { "target": "candle", "msg": "The candle winks out.", "menu_text": "Extinguish", "type": "transform" }, - "flags": [ "LIGHT_8", "WATER_EXTINGUISH", "TRADER_AVOID", "WIND_EXTINGUISH" ] + "flags": [ "LIGHT_8", "WATER_EXTINGUISH", "TRADER_AVOID", "WIND_EXTINGUISH", "FIRESTARTER" ] }, { "id": "electric_lantern",