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