various fixes and add

This commit is contained in:
Altaezio
2026-02-27 12:23:52 +01:00
parent add394d968
commit 2f23b3fcb5
14 changed files with 86 additions and 32 deletions

View File

@@ -14,7 +14,7 @@ func get_mutation_name() -> String:
return tr("TOUGH")
func get_mutation_description() -> String:
return tr("TOUGH_EFFECT_TEXT_LEVEL_%d") % level
return tr("TOUGH_EFFECT_TEXT_LEVEL_%d") % [3 - level]
func mutate_score_multiplier(_plant_data: PlantData, multiplier: int) -> int:
return multiplier + 2