mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #6709 from VOREStation/aro-mistake
Fix way too many vorestation edits
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user