From fee9f8347fd659295602734724bf99b2670ec949 Mon Sep 17 00:00:00 2001 From: Dahlular Date: Sat, 13 Mar 2021 00:39:08 -0700 Subject: [PATCH] okay lets get rid of this now --- code/game/turfs/simulated/chasm.dm | 6 +++--- code/game/turfs/simulated/floor/plating/asteroid.dm | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/game/turfs/simulated/chasm.dm b/code/game/turfs/simulated/chasm.dm index f3cfb56d..3658aef0 100644 --- a/code/game/turfs/simulated/chasm.dm +++ b/code/game/turfs/simulated/chasm.dm @@ -122,6 +122,6 @@ desc = "Clouds as far as the eye can see... Or is it just fog? Best not fall into it." icon = 'icons/turf/floors/cloud_chasm.dmi' baseturfs = /turf/open/chasm/cloud - light_range = 5 - light_power = 0.45 - light_color = LIGHT_COLOR_WHITE + //light_range = 5 + //light_power = 0.45 + //light_color = LIGHT_COLOR_WHITE diff --git a/code/game/turfs/simulated/floor/plating/asteroid.dm b/code/game/turfs/simulated/floor/plating/asteroid.dm index 1491e7d8..2acf8fbd 100644 --- a/code/game/turfs/simulated/floor/plating/asteroid.dm +++ b/code/game/turfs/simulated/floor/plating/asteroid.dm @@ -384,9 +384,9 @@ bullet_bounce_sound = null digResult = /obj/item/stack/ore/glass/basalt floor_variance = 50 - light_range = 2 - light_power = 0.15 - light_color = LIGHT_COLOR_WHITE + //light_range = 2 + //light_power = 0.15 + //light_color = LIGHT_COLOR_WHITE /turf/open/floor/plating/asteroid/layenia/Initialize()