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

@@ -56,7 +56,6 @@ func place_cassette(tower_base: TowerBase) -> void:
hero.hud.hot_wheel.update_cassettes(hero.get_wheel_cassettes())
tower_base.networked_spawn_tower.rpc(Data.cassettes.find(cassette), multiplayer.get_unique_id())
hero.placed_tower.emit(tower_base.tower)
hero.place_cassette_audio.play()
if hero.game_manager.cassette_gameplay:
hero.discassette_pile.add(cassette)
hero.energy -= energy_cost