ajout de la porte et équilibrage des mutations
This commit is contained in:
@@ -2,10 +2,7 @@ extends PlantMutation
|
||||
class_name PrecociousMutation
|
||||
|
||||
func get_icon() -> Texture:
|
||||
return preload("res://common/icons/hourglass-empty.svg")
|
||||
|
||||
func get_base_rarity() -> int:
|
||||
return 0
|
||||
return preload("res://common/icons/rocket.svg")
|
||||
|
||||
func get_mutation_id() -> String:
|
||||
return "PRECOCIOUS"
|
||||
|
||||
Reference in New Issue
Block a user