From bf4f773ea6b17dc40d7941f07234acee9b336c00 Mon Sep 17 00:00:00 2001 From: Venuska1117 <89580971+Venuska1117@users.noreply.github.com> Date: Sun, 28 Jul 2024 16:00:36 +0200 Subject: [PATCH] Added LZ smoke. --- code/game/area/strata.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/area/strata.dm b/code/game/area/strata.dm index 044d834687bb..6a372b320676 100644 --- a/code/game/area/strata.dm +++ b/code/game/area/strata.dm @@ -101,6 +101,7 @@ EXTERIOR is FUCKING FREEZING, and refers to areas out in the open and or exposed name = "Landing Zone 2 - Ice Fields" icon_state = "nearlz2" weather_enabled = TRUE + is_landing_zone = TRUE /area/strata/ag/interior/landing_zones name = "Do not use." @@ -117,6 +118,7 @@ EXTERIOR is FUCKING FREEZING, and refers to areas out in the open and or exposed /area/strata/ag/interior/landing_zones/near_lz1 name = "Landing Zone 1 - Mining Aerodrome" icon_state = "nearlz1" + is_landing_zone = TRUE //-Caves @@ -309,6 +311,7 @@ EXTERIOR is FUCKING FREEZING, and refers to areas out in the open and or exposed /area/strata/ag/interior/mining_outpost/flight_control name = "Mining Outpost Flight Control" icon_state = "dorms_lobby" + is_landing_zone = TRUE