Skip to content

Commit

Permalink
Update human.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike authored Aug 18, 2024
1 parent 0e614c6 commit 159a754
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,8 @@
O.show_message(SPAN_DANGER("<B>[usr] attempts to remove [restraint]!</B>"), 1)
if(!do_after(src, breakouttime, INTERRUPT_NO_NEEDHAND^INTERRUPT_RESIST, BUSY_ICON_HOSTILE))
return

if(stat == DEAD)
return
if(!restraint || buckled)
return // time leniency for lag which also might make this whole thing pointless but the server
for(var/mob/O in viewers(src))// lags so hard that 40s isn't lenient enough - Quarxink
Expand Down

0 comments on commit 159a754

Please sign in to comment.