mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Space heaters, when spawned via admin panel, will crash if if their TGUI is accessed immediately. This is because var/env is only initialized on process(), and if not initialized, the game will be very sad when the UI tries to display the current temperature by rounding a null value. Sets env on Initialize() and cleans up /ui_act() logic to prevent crash. --------- Signed-off-by: Batrachophreno <Batrochophreno@gmail.com>