From 8239287ffeb9ea6c55bb7d64d94631b24fd1ffb8 Mon Sep 17 00:00:00 2001 From: Bjarl <94164348+Bjarl@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:00:11 -0400 Subject: [PATCH] Update wasteplanet.dm --- code/game/turfs/open/floor/plating/wasteplanet.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/turfs/open/floor/plating/wasteplanet.dm b/code/game/turfs/open/floor/plating/wasteplanet.dm index 6ca992f4ca56..f0ea0c74af83 100644 --- a/code/game/turfs/open/floor/plating/wasteplanet.dm +++ b/code/game/turfs/open/floor/plating/wasteplanet.dm @@ -33,15 +33,15 @@ light_color = COLOR_WASTEPLANET_LIGHT /turf/open/floor/plasteel/wasteplanet - baseturfs = /turf/open/floor/plating/wasteplanet + baseturfs = /turf/open/floor/plating/wasteplanet initial_gas_mix = WASTEPLANET_DEFAULT_ATMOS - light_color = COLOR_WASTEPLANET_LIGHT + light_color = COLOR_WASTEPLANET_LIGHT /turf/open/floor/plasteel/wasteplanet/MakeSlippery(wet_setting, min_wet_time, wet_time_to_add, max_wet_time, permanent) return /turf/open/floor/plasteel/dark/wasteplanet - baseturfs = /turf/open/floor/plating/wasteplanet + baseturfs = /turf/open/floor/plating/wasteplanet initial_gas_mix = WASTEPLANET_DEFAULT_ATMOS light_color = COLOR_WASTEPLANET_LIGHT