Removes a bunch of in worlds from the code.
Deity please stop adding more it wounds me.
This commit is contained in:
clusterfack
2015-05-11 16:58:37 -05:00
parent 6a3ecf778f
commit e053bd704c
86 changed files with 201 additions and 198 deletions

View File

@@ -611,7 +611,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
var/mob/living/simple_animal/mouse/host
var/obj/machinery/atmospherics/unary/vent_pump/vent_found
var/list/found_vents = list()
for(var/obj/machinery/atmospherics/unary/vent_pump/v in world)
for(var/obj/machinery/atmospherics/unary/vent_pump/v in atmos_machines)
if(!v.welded && v.z == src.z && v.canSpawnMice==1) // No more spawning in atmos. Assuming the mappers did their jobs, anyway.
found_vents.Add(v)
if(found_vents.len)