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()