From 602a505ec76d6100ef32ea3f8e03b7b72620f6d9 Mon Sep 17 00:00:00 2001 From: Cyantime Date: Thu, 8 Mar 2018 18:11:07 +0000 Subject: [PATCH] Fix click disabling when unbuckling via resist --- code/modules/mob/living/carbon/resist.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/resist.dm b/code/modules/mob/living/carbon/resist.dm index 5c72bd224bd..a86189d5f5d 100644 --- a/code/modules/mob/living/carbon/resist.dm +++ b/code/modules/mob/living/carbon/resist.dm @@ -159,12 +159,12 @@ return ..() /mob/living/carbon/escape_buckle() - setClickCooldown(100) if(!buckled) return if(!restrained()) ..() else + setClickCooldown(100) visible_message( "[usr] attempts to unbuckle themself!", "You attempt to unbuckle yourself. (This will take around 2 minutes and you need to stand still)"