Fix du son, bug et équilibrage

This commit is contained in:
2026-04-30 00:17:52 +02:00
parent 7c90c0e813
commit 3a4c62694a
4 changed files with 3 additions and 6 deletions

View File

@@ -91,7 +91,7 @@ func use(player : Player, zone : Player.ActionZone) -> bool:
if player.region == null:
return false
AudioManager.play_sfx("Dig")
AudioManager.play_sfx("Harvest")
return player.region.plant(self,zone.get_global_position())
func card_info() -> CardInfo: