From 058569ac5ff4bc6d5d74aafd0b497e7b463b6154 Mon Sep 17 00:00:00 2001 From: Funguss <57632331+Funguss@users.noreply.github.com> Date: Fri, 28 Feb 2020 14:56:03 +0000 Subject: [PATCH] Candle weight revert (#38434) * Add files via upload nah * Update lighting.json * Revert "Update lighting.json" This reverts commit 251ec74930d24b5cc08f0374c6f1f8e520f627c0. * Revert "Add files via upload" This reverts commit 974cac76d0fed6e131f110b06a9b4d9d316f8474. * Update lighting.json --- data/json/items/tool/lighting.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/tool/lighting.json b/data/json/items/tool/lighting.json index 1a66356e26cd5..fb081179cd175 100644 --- a/data/json/items/tool/lighting.json +++ b/data/json/items/tool/lighting.json @@ -89,7 +89,7 @@ "type": "TOOL", "name": { "str": "candle" }, "description": "This is a thick candle. It doesn't provide very much light, but it can burn for quite a long time. You'll need a lighter or matches to light it.", - "weight": "100 g", + "weight": "225 g", "volume": "250 ml", "price": 100, "to_hit": -2, @@ -113,7 +113,7 @@ "type": "TOOL", "name": { "str": "candle", "str_pl": "candles" }, "description": "This is a thick candle. It doesn't provide very much light, but it can burn for quite a long time. This candle is lit.", - "weight": "100 g", + "weight": "225 g", "volume": "250 ml", "price": 0, "to_hit": -2,