Skip to content

Commit

Permalink
Update carbon.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike authored Aug 18, 2024
1 parent 857bc95 commit 0e614c6
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 @@ -515,7 +515,7 @@
if(do_after(src, 1200, INTERRUPT_NO_FLOORED^INTERRUPT_RESIST, BUSY_ICON_HOSTILE))
if(!buckled)
return
if(src.stat == DEAD)
if(stat == DEAD)
return
visible_message(SPAN_DANGER("<B>[src] manages to unbuckle themself!</B>"),\
SPAN_NOTICE("You successfully unbuckle yourself."))
Expand Down

0 comments on commit 0e614c6

Please sign in to comment.