From 9a3202515a7371ec31bfdd225d8f2236f2929ec8 Mon Sep 17 00:00:00 2001 From: Son Phan Trung Date: Thu, 8 Aug 2024 15:12:32 +0700 Subject: [PATCH] get the electric hair trimmer to only use one charge --- data/json/items/tool/toiletries.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/tool/toiletries.json b/data/json/items/tool/toiletries.json index a0976ae89a1c7..d99c858db250b 100644 --- a/data/json/items/tool/toiletries.json +++ b/data/json/items/tool/toiletries.json @@ -65,7 +65,7 @@ "id": "elec_hairtrimmer", "type": "TOOL", "name": { "str": "electric hair trimmer" }, - "description": "A pocket-sized electric trimmer made for cutting hair. You can use it to cut your hair if it's supplied with batteries. It requires 10 units of charge per use.", + "description": "A pocket-sized electric trimmer made for cutting hair. You can use it to cut your hair if it's supplied with batteries. It requires 1 unit of charge per use.", "weight": "138 g", "volume": "191 ml", "longest_side": "15 cm", @@ -76,7 +76,7 @@ "symbol": ";", "color": "yellow", "ammo": [ "battery" ], - "charges_per_use": 10, + "charges_per_use": 1, "use_action": { "type": "effect_on_conditions", "description": "Trim your hair", "effect_on_conditions": [ "barber_hair" ] }, "pocket_data": [ {