ajout du déblocage/évolutions des plantes (#89) et fix divers

This commit is contained in:
2025-11-07 13:26:04 +01:00
parent 11ae967845
commit ed675ed532
54 changed files with 901 additions and 483 deletions

View File

@@ -24,7 +24,7 @@ func use_text() -> String:
func is_one_time_use():
return true
func can_use(player : Player, zone : Player.ActionZone) -> bool:
func can_use(player : Player, _zone : Player.ActionZone) -> bool:
return player.planet != null
func use(player : Player, zone : Player.ActionZone) -> bool: