ajout du déblocage/évolutions des plantes (#89) et fix divers
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user