damage slow down

This commit is contained in:
Rendo 2025-12-11 22:07:53 +05:00
commit 96f92757b5
9 changed files with 47 additions and 18 deletions

View file

@ -150,6 +150,8 @@ func remote_ammo_update(ammo: int, remaining_ammo: int):
ammo_updated.emit(ammo,remaining_ammo)
func notify_slots_updated():
if not is_multiplayer_authority():
return
var display_slots: Dictionary[StringName,StringName] = {}
for key in slots.keys():
if slots[key] == null: