ffixes smoke (#24775)

This commit is contained in:
Qwertytoforty
2024-03-23 14:52:29 -04:00
committed by GitHub
parent 6cd2813150
commit 00ce408dd2
3 changed files with 2 additions and 17 deletions
+1 -1
View File
@@ -1390,7 +1390,7 @@ GLOBAL_LIST_INIT(slot_equipment_priority, list( \
var/atom/movable/screen/plane_master/lighting/L = hud_used.plane_masters["[LIGHTING_PLANE]"]
if(L)
L.alpha = lighting_alpha
var/obj/screen/plane_master/smoke/S = hud_used.plane_masters["[SMOKE_PLANE]"]
var/atom/movable/screen/plane_master/smoke/S = hud_used.plane_masters["[SMOKE_PLANE]"]
if(S)
S.alpha = 255
if(sight & SEE_MOBS)