mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 17:11:22 +00:00
Resolves cryotubes randomly acting as death traps (#5899)
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
if (eyeobj)
|
||||
return eyeobj.zMove(direction)
|
||||
|
||||
if (istype(src.loc,/obj/mecha))
|
||||
if(istype(src.loc,/obj/mecha)||istype(src.loc,/obj/machinery/cryopod)||istype(src.loc,/obj/machinery/recharge_station))
|
||||
return FALSE
|
||||
|
||||
// Check if we can actually travel a Z-level.
|
||||
|
||||
Reference in New Issue
Block a user