Ajout des mutation Nettoyage, Ermite, Tropicale, Rhizome et Spontanée
This commit is contained in:
@@ -16,8 +16,8 @@ func get_mutation_description() -> String:
|
||||
"score_icon": Text.bbcode_icon(Plant.SCORE_ICON)
|
||||
})
|
||||
|
||||
func mutate_score_multiplier(_pd: PlantData, _m: float) -> float:
|
||||
return 0
|
||||
func nullify_score(_plant_data: PlantData) -> bool:
|
||||
return true
|
||||
|
||||
func mutate_score_buff(plant_data: PlantData, score_buff : int) -> int:
|
||||
if plant_data.get_state() == PlantData.State.MATURE:
|
||||
|
||||
Reference in New Issue
Block a user