mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-21 12:16:44 +01:00
@@ -15,6 +15,10 @@
|
||||
/mob/proc/zMove(direction)
|
||||
if(eyeobj)
|
||||
return eyeobj.zMove(direction)
|
||||
if(istype(loc,/obj/mecha))
|
||||
var/obj/mecha/mech = loc
|
||||
return mech.relaymove(src,direction)
|
||||
|
||||
if(!can_ztravel())
|
||||
to_chat(src, "<span class='warning'>You lack means of travel in that direction.</span>")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user