mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
Ports Stasis Cages from Baystation (#6017)
* Ports Stasis Cages from Baystation
This commit is contained in:
@@ -60,6 +60,12 @@
|
||||
if(myid)
|
||||
return myid.GetID()
|
||||
|
||||
/mob/living/proc/instasis()
|
||||
|
||||
/mob/living/simple_mob/instasis()
|
||||
if(in_stasis)
|
||||
return TRUE
|
||||
|
||||
// Respects move cooldowns as if it had a client.
|
||||
// Also tries to avoid being superdumb with moving into certain tiles (unless that's desired).
|
||||
/mob/living/proc/IMove(turf/newloc, safety = TRUE)
|
||||
|
||||
Reference in New Issue
Block a user