mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
move sunlight to compile-time option (#3636)
Turns out sunlight is a little memory hungry/slow. This disables sunlight via. compile-time define instead of removing it so it can be re-enabled if suitable later.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#ifdef ENABLE_SUNLIGHT
|
||||
|
||||
/var/datum/controller/subsystem/sunlight/SSsunlight
|
||||
|
||||
/datum/controller/subsystem/sunlight
|
||||
@@ -96,3 +98,5 @@
|
||||
/datum/sun_state/blue
|
||||
name = "Blue"
|
||||
color = LIGHT_COLOR_BLUE
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user