From c2b99d5916fd11c5274f7cfaa1b4ebedee2915b4 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 17 Jun 2021 23:52:45 -0400 Subject: [PATCH] VS: Requested fixes --- code/modules/mining/shelter_atoms_vr.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mining/shelter_atoms_vr.dm b/code/modules/mining/shelter_atoms_vr.dm index 09bd7911c85..66e237147da 100644 --- a/code/modules/mining/shelter_atoms_vr.dm +++ b/code/modules/mining/shelter_atoms_vr.dm @@ -266,6 +266,7 @@ GLOBAL_LIST_EMPTY(unique_deployable) light_range = 5 light_power = 1.2 light_color = "#DDFFD3" + light_on = TRUE pixel_y = -4 max_n_of_items = 100 @@ -330,6 +331,7 @@ GLOBAL_LIST_EMPTY(unique_deployable) light_range = 3 light_power = 1 light_color = "#FFFFFF" + light_on = TRUE /obj/structure/fans/hardlight/ex_act() return