feat: update chat

This commit is contained in:
2026-04-15 07:31:49 +08:00
parent a592eb1de0
commit 01661a56ba
9 changed files with 430 additions and 115 deletions
@@ -623,6 +623,8 @@ func _update_freeze_zones(delta: float):
func _check_for_icy_floor():
# Every player checks if they are standing on an icy floor (item 15 on layer 2)
# This ensures slow-mo works even if zones were cast by another player.
if not multiplayer.has_multiplayer_peer():
return
if not player.is_multiplayer_authority():
return