516 Renderer update (#20579)

Updated the renderers to work with BYOND 516.
Some update of ZAS to hopefully be more efficient, and cold/hot air
effects.
Gas effects are now less prominent.

Ported from Bay
This commit is contained in:
Fluffy
2025-03-22 11:20:21 +00:00
committed by GitHub
parent 2e59f1903e
commit 08b82baea4
18 changed files with 514 additions and 112 deletions
+1 -1
View File
@@ -100,7 +100,7 @@
clear_important_client_contents(client)
enable_client_mobs_in_contents(client)
CreateRenderers()
AddDefaultRenderers()
update_client_color()
add_click_catcher()
+1 -1
View File
@@ -10,7 +10,7 @@
disconnect_time = world.realtime
log_access("Logout: [key_name(src)]")
SSstatistics.update_status()
RemoveRenderers()
ClearRenderers()
if(client)
clear_important_client_contents(client)