Skip to content

Commit

Permalink
[MoM] Fix Hammerhand not removing the hammer hand (#70059)
Browse files Browse the repository at this point in the history
* Update biokinesis_concentration_eocs.json

* Update effects_psionic.json
  • Loading branch information
Standing-Storm authored Dec 8, 2023
1 parent 308198d commit 7773670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/mods/MindOverMatter/effects/effects_psionic.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
"name": [ "Hammerhand" ],
"desc": [ "Your bare hands substitute for several common tools." ],
"apply_message": "",
"remove_message": "",
"remove_message": "You're no longer capable of hammering in a nail with your thumb.",
"rating": "good",
"max_duration": "7 days"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
"id": "EOC_BIOKIN_REMOVE_HAMMERHAND",
"condition": { "u_has_effect": "effect_biokin_hammerhand" },
"effect": [
{ "u_remove_item_with": "effect_biokin_hammerhand" },
{ "u_remove_item_with": "biokin_hammerhand_item" },
{ "u_lose_effect": "effect_biokin_hammerhand" },
{ "run_eocs": "EOC_POWER_MAINTENANCE_MINUS_ONE" }
]
Expand Down

0 comments on commit 7773670

Please sign in to comment.