Should compile now, oops.

This commit is contained in:
Marina Gryphon
2018-02-06 11:08:04 -06:00
parent 6a3e2fd239
commit 3b6830de50

View File

@@ -821,7 +821,9 @@ proc/GaussRandRound(var/sigma,var/roundto)
for(var/mob/M in T)
if(istype(M, /mob/observer/eye)) continue // If we need to check for more mobs, I'll add a variable
M.loc = X
M.check_shadow() // Need to check their Z-shadow, which is normally done in forceMove().
if(istype(M, /mob/living)
var/mob/living/LM = M
LM.check_shadow() // Need to check their Z-shadow, which is normally done in forceMove().
if(shuttlework)
var/turf/simulated/shuttle/SS = T