From 16b069158c9e00f09ae7b264a048b009be49f1e6 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Thu, 31 May 2018 23:07:04 +0000 Subject: [PATCH] re-enables lavaland lighting (#6952) --- modular_citadel/hopefully_temporary_patches.dm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/modular_citadel/hopefully_temporary_patches.dm b/modular_citadel/hopefully_temporary_patches.dm index 2a172adbff..086c70f97e 100644 --- a/modular_citadel/hopefully_temporary_patches.dm +++ b/modular_citadel/hopefully_temporary_patches.dm @@ -1,8 +1 @@ -/area/lavaland - dynamic_lighting = DYNAMIC_LIGHTING_DISABLED - -/area/mine/explored - dynamic_lighting = DYNAMIC_LIGHTING_DISABLED - -/area/mine/unexplored - dynamic_lighting = DYNAMIC_LIGHTING_DISABLED \ No newline at end of file +//This file is to be used for placeholder hacks and other temporary modular patches. Don't rely on it too much