From a0f361efa53193cd256ca72ad9f3dab2521b475e Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 10 Jul 2017 02:32:00 +0100 Subject: [PATCH] feelin hot hot hot --- code/modules/power/lighting.dm | 1 + 1 file changed, 1 insertion(+) 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")