mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Z-Move Fix (#10235)
This commit is contained in:
@@ -35,9 +35,6 @@
|
||||
if (eyeobj)
|
||||
return eyeobj.zMove(direction)
|
||||
|
||||
if(istype(src.loc,/obj/machinery/cryopod)||istype(src.loc,/obj/machinery/recharge_station))
|
||||
return FALSE
|
||||
|
||||
// Check if we can actually travel a Z-level.
|
||||
if (!can_ztravel(direction))
|
||||
to_chat(src, SPAN_WARNING("You lack means of travel in that direction."))
|
||||
|
||||
Reference in New Issue
Block a user