moves runechat to a subsystem (#17132)

* moves runechat to a subsystem

* undef

* our linear interpolation is inaccurate...

* missing dependencies
This commit is contained in:
Kashargul
2025-02-13 23:05:02 +01:00
committed by GitHub
parent 608c557d94
commit e94546badd
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