fixes extra typos and lost references

This commit is contained in:
2026-02-21 05:11:09 +11:00
parent 5a4ad8633a
commit c838fd2a33
95 changed files with 277 additions and 268 deletions

View File

@@ -34,7 +34,7 @@ func set_float(value: float) -> void:
@rpc("reliable", "call_local", "any_peer")
func networked_spawn_tower(cassette_index: int, caller_id: int) -> void:
var cassette: Cassette = Data.cassattes[cassette_index]
var cassette: Cassette = Data.cassettes[cassette_index]
inventory.add(cassette)
tower = inventory.item_at(0).turret_scene.instantiate() as Tower
tower.stats = inventory.item_at(0).tower_stats