Spectator, gui 👍

This commit is contained in:
Rendo 2025-12-07 17:07:51 +05:00
commit 775763a128
9 changed files with 55 additions and 31 deletions

View file

@ -288,4 +288,4 @@ func kill_site(site: StringName) -> void:
for body in plant_deadzones[site].get_overlapping_bodies():
if body is Player:
body.kill_request.rpc()
body.die()