Replace a bunch of VOREStation edits that can be sent to Polaris

This commit is contained in:
Aronai Sieyes
2020-02-29 19:45:58 -05:00
parent 8175d5d17a
commit f475ecbdc6
28 changed files with 73 additions and 187 deletions
+6
View File
@@ -29,6 +29,10 @@
to_chat(src, "<span class='notice'>There is nothing of interest in this direction.</span>")
return 0
if(is_incorporeal())
forceMove(destination)
return 1
if(!start.CanZPass(src, direction))
to_chat(src, "<span class='warning'>\The [start] is in the way.</span>")
return 0
@@ -273,6 +277,8 @@
return FALSE
/mob/living/can_fall()
if(is_incorporeal())
return FALSE
if(hovering)
return FALSE
return ..()