Skip to content

Commit

Permalink
fix: Stop electric chainsaw lajatangs from reverting to gasoline (#5739)
Browse files Browse the repository at this point in the history
Adjusted use_action to make electric chainsaw lajatangs stay electric
  • Loading branch information
karxi authored Nov 19, 2024
1 parent db40deb commit aaf5b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/melee/swords_and_blades.json
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@
"charges_per_use": 0,
"revert_to": "ecs_lajatang_off",
"revert_msg": "Your chainsaw lajatang goes quiet",
"use_action": { "type": "transform", "target": "cs_lajatang_off", "msg": "You turn off the chainsaw lajatang." },
"use_action": { "type": "transform", "target": "ecs_lajatang_off", "msg": "You turn off the chainsaw lajatang." },
"qualities": [ [ "BUTCHER", -250 ] ],
"flags": [ "MESSY", "DURABLE_MELEE", "TRADER_AVOID", "NONCONDUCTIVE", "ALWAYS_TWOHAND", "WATER_DISABLE" ],
"magazine_well": "1000 ml"
Expand Down

0 comments on commit aaf5b02

Please sign in to comment.