mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
ffixes smoke (#24775)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user