Merge pull request #4552 from Citadel-Station-13/upstream-merge-33859

[MIRROR] Hallucinations no longer show open doors "bolting"
This commit is contained in:
deathride58
2017-12-28 02:50:50 +00:00
committed by GitHub

View File

@@ -714,6 +714,8 @@ GLOBAL_LIST_INIT(hallucinations_major, list(
for(var/obj/machinery/door/airlock/A in range(7, target))
if(count>door_number && door_number>0)
break
if(!A.density)
continue
count++
I = image(A.overlays_file, get_turf(A), "lights_bolts",layer=A.layer+0.1)
doors += I