fix et amélioration diverses

This commit is contained in:
2025-10-17 18:47:16 +02:00
parent 4a76cb5302
commit ceae7af589
6 changed files with 8 additions and 9 deletions

View File

@@ -42,3 +42,5 @@ func use(player : Player, zone : Player.ActionZone) -> bool:
func harvest(p : Plant, player: Player):
player.play_sfx("harvest")
p.harvest()
if player.planet:
player.planet.update_garden_score()