Clarifies comments, reduces line change.

This commit is contained in:
Marina Gryphon
2018-02-06 10:53:20 -06:00
parent 1a005898a0
commit 6a3e2fd239

View File

@@ -817,11 +817,11 @@ proc/GaussRandRound(var/sigma,var/roundto)
for(var/obj/O in T)
O.loc = X
//Move the mobs unless it's an AI eye or other eye type. Need to check their Z-shadow.
//Move the mobs unless it's an AI eye or other eye type.
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()
M.check_shadow() // Need to check their Z-shadow, which is normally done in forceMove().
if(shuttlework)
var/turf/simulated/shuttle/SS = T