mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-05 15:03:48 +00:00
Fix click disabling when unbuckling via resist
This commit is contained in:
@@ -159,12 +159,12 @@
|
||||
return ..()
|
||||
|
||||
/mob/living/carbon/escape_buckle()
|
||||
setClickCooldown(100)
|
||||
if(!buckled) return
|
||||
|
||||
if(!restrained())
|
||||
..()
|
||||
else
|
||||
setClickCooldown(100)
|
||||
visible_message(
|
||||
"<span class='danger'>[usr] attempts to unbuckle themself!</span>",
|
||||
"<span class='warning'>You attempt to unbuckle yourself. (This will take around 2 minutes and you need to stand still)</span>"
|
||||
|
||||
Reference in New Issue
Block a user