tools separated in inv

This commit is contained in:
Altaezio
2026-02-15 19:32:21 +01:00
parent f1acb6e3e9
commit fadf0cb769
13 changed files with 171 additions and 80 deletions

View File

@@ -47,6 +47,9 @@ static func generate_random() -> Seed:
func get_item_name() -> String:
return tr("%s_SEED") % plant_name
func get_item_type() -> ItemType:
return Item.ItemType.CONSUMABLE_ITEM
func get_description() -> String:
return tr("PLANT_%s_MUST_BE_USED_IN_DECONTAMINATED_ZONE") % plant_name