tools separated in inv
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user