mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Do away with old last_special checks (#17357)
This commit is contained in:
@@ -663,7 +663,7 @@
|
||||
return
|
||||
|
||||
//unbuckling yourself
|
||||
if(buckled && last_special <= world.time)
|
||||
if(buckled)
|
||||
resist_buckle()
|
||||
|
||||
//Breaking out of a container (Locker, sleeper, cryo...)
|
||||
@@ -674,7 +674,7 @@
|
||||
else if(canmove)
|
||||
if(on_fire)
|
||||
resist_fire() //stop, drop, and roll
|
||||
else if(last_special <= world.time)
|
||||
else
|
||||
resist_restraints() //trying to remove cuffs.
|
||||
|
||||
/*////////////////////
|
||||
|
||||
Reference in New Issue
Block a user