From 7773670ba8512b8b0fcef07877923939933fe391 Mon Sep 17 00:00:00 2001 From: Standing-Storm <120433252+Standing-Storm@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:31:42 -0600 Subject: [PATCH] [MoM] Fix Hammerhand not removing the hammer hand (#70059) * Update biokinesis_concentration_eocs.json * Update effects_psionic.json --- data/mods/MindOverMatter/effects/effects_psionic.json | 2 +- .../MindOverMatter/powers/biokinesis_concentration_eocs.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/mods/MindOverMatter/effects/effects_psionic.json b/data/mods/MindOverMatter/effects/effects_psionic.json index be70ff6a87b67..e3e88670ed6d4 100644 --- a/data/mods/MindOverMatter/effects/effects_psionic.json +++ b/data/mods/MindOverMatter/effects/effects_psionic.json @@ -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" }, diff --git a/data/mods/MindOverMatter/powers/biokinesis_concentration_eocs.json b/data/mods/MindOverMatter/powers/biokinesis_concentration_eocs.json index 218fa1ee86b64..9a07305a24314 100644 --- a/data/mods/MindOverMatter/powers/biokinesis_concentration_eocs.json +++ b/data/mods/MindOverMatter/powers/biokinesis_concentration_eocs.json @@ -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" } ]