mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-27 05:56:28 +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