oh god I hope this fixes spess

This commit is contained in:
PJB3005
2015-06-22 01:36:05 +02:00
parent d0f32728cd
commit fee0a6e148
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -19,6 +19,8 @@
update_starlight() //MC will initialize all the space turfs that get created before config
/turf/space/proc/update_starlight()
. = ..()
if(!config) return
if(!config.starlight)
return
+3 -2
View File
@@ -38,7 +38,8 @@
src.Entered(AM)
return
if(!dynamic_lighting)
var/area/A = loc
if(!dynamic_lighting || !A.lighting_use_dynamic)
luminosity = 1
// Adds the adjacent turfs to the current atmos processing
@@ -431,4 +432,4 @@
if(O.invisibility == 101)
O.singularity_act()
ChangeTurf(/turf/space)
return(2)
return(2)