From c2bfa94789f8494b6faac756f2276b0e4280c024 Mon Sep 17 00:00:00 2001 From: Cyantime Date: Tue, 28 Nov 2017 15:40:48 -0500 Subject: [PATCH] You can no longer fall onto and hit ghosts. --- code/modules/multiz/movement_vr.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/multiz/movement_vr.dm b/code/modules/multiz/movement_vr.dm index 725eba8bb5..370aa97f4d 100644 --- a/code/modules/multiz/movement_vr.dm +++ b/code/modules/multiz/movement_vr.dm @@ -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