diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index 323d403d1cb..3a7e3c63571 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -454,6 +454,7 @@ to_chat(user, "You telekinetically remove the light [fitting].") else if(user.a_intent == INTENT_DISARM || user.a_intent == INTENT_GRAB) + user.changeNext_move(CLICK_CD_MELEE) to_chat(user, "You try to remove the light [fitting], but you burn your hand on it!") var/obj/item/organ/external/affecting = H.get_organ("[user.hand ? "l" : "r" ]_hand")