[MIRROR] moves runechat to a subsystem (#10167)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-15 05:37:25 +01:00
committed by GitHub
co-authored by Kashargul
parent c58a73956f
commit ddc5c0d818
9 changed files with 119 additions and 21 deletions
-2
View File
@@ -63,8 +63,6 @@
weather_holder.process()
/datum/planet/proc/update_sun_deferred(var/new_brightness, var/new_color)
if(new_brightness < 0 || new_brightness > 1)
CRASH("Planetary sun brightness was outside of sane bounds. Expected 0.00 to 1.00, got [new_brightness].")
sun["brightness"] = new_brightness
sun["color"] = new_color
needs_work |= PLANET_PROCESS_SUN