Now when mutating plants have their name mutating as well (if not twitch)

This commit is contained in:
Victor
2026-08-23 16:37:22 +02:00
parent da91433135
commit 5c13bcea23
5 changed files with 134 additions and 36 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ var region_data : RegionData
func _init(
_position: Vector2 = Vector2.ZERO,
_plant_name: String = Random.generate_random_word(),
_plant_name: String = Random.generate_random_plant_name(),
_mutations: Array[PlantMutation] = [],
_day: int = 0,
_random_seed = randi()