Disables phasing downward through catwalks

This commit is contained in:
Cyantime
2017-08-02 22:29:42 -04:00
parent 36ac71b81f
commit 68c053212c
2 changed files with 11 additions and 1 deletions

View File

@@ -57,7 +57,10 @@
if(!A.CanPass(src, start, 1.5, 0))
to_chat(src, "<span class='warning'>\The [A] blocks you.</span>")
return 0
Move(destination)
//VOREStation Edit
if(!Move(destination))
return 0
//VOREStation Edit End
return 1
/mob/observer/zMove(direction)