From b3d71081b788628f07235f4cac204e9bc3260b68 Mon Sep 17 00:00:00 2001 From: TripleShades Date: Sat, 25 Dec 2021 16:59:48 -0500 Subject: [PATCH] Update turfs.dm --- modular_citadel/code/modules/festive/turfs.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modular_citadel/code/modules/festive/turfs.dm b/modular_citadel/code/modules/festive/turfs.dm index cc426ed924..dd119a25e7 100644 --- a/modular_citadel/code/modules/festive/turfs.dm +++ b/modular_citadel/code/modules/festive/turfs.dm @@ -45,8 +45,8 @@ /turf/open/floor/festive/cobblestone/safe //this is literally cobblestone but safe for inside use because I don't want to fuck with aesthetics baseturfs = /turf/open/floor/festive/cobblestone/safe - initial_gas_mix = OPENTURF_DEFAULT_ATMOS - planetary_atmos = FALSE + initial_gas_mix = OPENTURF_DEFAULT_ATMOS + planetary_atmos = FALSE /turf/open/floor/festive/sidewalk name = "sidewalk" @@ -70,8 +70,8 @@ /turf/open/floor/festive/alleyway/safe //this is literally alleyway but safe for inside use because I don't want to fuck with aesthetics baseturfs = /turf/open/floor/festive/alleyway/safe - initial_gas_mix = OPENTURF_DEFAULT_ATMOS - planetary_atmos = FALSE + initial_gas_mix = OPENTURF_DEFAULT_ATMOS + planetary_atmos = FALSE /turf/open/floor/festive/white_alleyway name = "alleyway bricks" @@ -95,8 +95,8 @@ /turf/open/floor/festive/trainplatform/safe //this is literally train platform but safe for inside use because I don't want to remap the strip club baseturfs = /turf/open/floor/festive/trainplatform/safe - initial_gas_mix = OPENTURF_DEFAULT_ATMOS - planetary_atmos = FALSE + initial_gas_mix = OPENTURF_DEFAULT_ATMOS + planetary_atmos = FALSE /turf/open/floor/festive/stairs/stairsnorth name = "stairs north"