Ajout des mutation Nettoyage, Ermite, Tropicale, Rhizome et Spontanée

This commit is contained in:
2026-06-28 19:19:36 +02:00
parent 94dc231c01
commit 281f42d90c
29 changed files with 398 additions and 81 deletions

View File

@@ -2,7 +2,7 @@ extends PlantMutation
class_name CleaningMutation
func get_icon() -> Texture:
return preload("res://common/icons/alert-triangle.svg")
return preload("res://common/icons/bug.svg")
func get_mutation_id() -> String:
return "CLEANING"
@@ -22,4 +22,4 @@ func _start_dead_effect(plant: Plant):
))
func get_purification_radius() -> int:
return level + 1 # one more than purification
return level * 2