mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
Hallucinations no longer show open doors "bolting" (#33859)
* No more "bolting" open doors * Update Hallucination.dm * Update Hallucination.dm
This commit is contained in:
committed by
CitadelStationBot
parent
a034383e15
commit
4a93756e6b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user