mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
oh god I hope this fixes spess
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user