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

@@ -33,13 +33,13 @@ func get_usage_object_affected(_i : InspectableEntity) -> bool:
func is_one_time_use():
return false
func can_use(_player : Player, zone: Player.ActionZone) -> bool:
func can_use(_player : Player, _zone: Player.ActionZone) -> bool:
return false
func use_text() -> String:
return ""
func use(_player : Player, zone: Player.ActionZone):
func use(_player : Player, _zone: Player.ActionZone):
return false
func card_info() -> CardInfo: