Skip to content

Commit

Permalink
Merge pull request CleverRaven#75518 from sonphantrung/patch-1
Browse files Browse the repository at this point in the history
get the electric hair trimmer to only use one charge
  • Loading branch information
Maleclypse authored Aug 12, 2024
2 parents fedcca2 + 9a32025 commit 61cda3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/tool/toiletries.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": [
{
Expand Down

0 comments on commit 61cda3e

Please sign in to comment.