mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 21:49:11 +01:00
You can no longer fall onto and hit ghosts.
This commit is contained in:
@@ -54,6 +54,9 @@
|
||||
else
|
||||
prey.Weaken(8) //Just fall onto them if neither of the above apply.
|
||||
|
||||
/mob/observer/dead/CheckFall()
|
||||
return
|
||||
|
||||
/mob/proc/CanZPass(atom/A, direction)
|
||||
if(z == A.z) //moving FROM this turf
|
||||
return direction == UP //can't go below
|
||||
|
||||
Reference in New Issue
Block a user