Skip to content

Commit

Permalink
Update carbon.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike committed Aug 17, 2024
1 parent 25423e0 commit 02a77ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/carbon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
last_special = world.time + 100
visible_message(SPAN_DANGER("<B>[src] attempts to unbuckle themself!</B>"),\
SPAN_DANGER("You attempt to unbuckle yourself. (This will take around 2 minutes and you need to stand still)"))
if(do_after(src, 1200, INTERRUPT_ALL^INTERRUPT_RESIST, BUSY_ICON_HOSTILE))
if(do_after(src, 1200, INTERRUPT_NO_FLOORED^INTERRUPT_RESIST, BUSY_ICON_HOSTILE))
if(!buckled)
return
visible_message(SPAN_DANGER("<B>[src] manages to unbuckle themself!</B>"),\
Expand Down

0 comments on commit 02a77ef

Please sign in to comment.