Hallucinations no longer show open doors "bolting" (#33859)

* No more "bolting" open doors

* Update Hallucination.dm

* Update Hallucination.dm
This commit is contained in:
Robustin
2017-12-27 09:25:02 -05:00
committed by CitadelStationBot
parent a034383e15
commit 4a93756e6b

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