diff --git a/items/materials/fungalstonematerial.matitem b/items/materials/fungalstonematerial.matitem index 3e530d9a52..00a57aee0b 100644 --- a/items/materials/fungalstonematerial.matitem +++ b/items/materials/fungalstonematerial.matitem @@ -10,6 +10,6 @@ 2.0 ], "shortdescription": "Fungal Stone", - "description": "Spore-covered stone.\n^green;Extractable^reset;.", + "description": "Spore-covered stone.\n^green;Extractable^reset;, ^orange;Crushable^reset;.", "materialId": 6563 } diff --git a/objects/bees/industrialcentrifuge/industrialcentrifuge.object b/objects/bees/industrialcentrifuge/industrialcentrifuge.object index 43e82535e5..8719f5ce56 100644 --- a/objects/bees/industrialcentrifuge/industrialcentrifuge.object +++ b/objects/bees/industrialcentrifuge/industrialcentrifuge.object @@ -4,7 +4,7 @@ "colonyTags" : [ "hive", "bees", "machines" ], "printable" : false, "rarity" : "uncommon", - "description" : "An enormous centrifuge with expandable attachments. ^cyan;Requires ^orange;12W ^cyan;power.^reset;", + "description" : "An enormous centrifuge with expandable attachments. Fast but inefficient. ^cyan;Requires ^orange;12W ^cyan;power.^reset;", "shortdescription" : "^cyan;Industrial Centrifuge^reset;", "subtitle" : "Powered Centrifuge", diff --git a/objects/generic/centrifuge_recipes.config b/objects/generic/centrifuge_recipes.config index 7380a565dc..e3a50fbbad 100644 --- a/objects/generic/centrifuge_recipes.config +++ b/objects/generic/centrifuge_recipes.config @@ -1803,6 +1803,23 @@ "crystalsandmaterial": ["common", 3], "sand2": ["common", 3], "glasssandmaterial": ["common", 3] + }, + "fungalstonematerial": { + "tungstenore": ["rarest", 3], + "liquidbioooze": ["rarest", 3], + "goldore": ["rarest", 3], + + "agaranichor": ["rare", 3], + "biospore": ["rare", 3], + "liquidoil": ["rare", 3], + + "cobblestonematerial": ["uncommon", 3], + "dirtmaterial": ["uncommon", 3], + "sand2": ["uncommon", 3], + + "gravelmaterial": ["common", 3], + "sand": ["common", 3], + "coalore": ["common", 3] } }, diff --git a/objects/power/centrifuge2/centrifuge2.object b/objects/power/centrifuge2/centrifuge2.object index 2a945a1e22..ad2246b31f 100644 --- a/objects/power/centrifuge2/centrifuge2.object +++ b/objects/power/centrifuge2/centrifuge2.object @@ -3,7 +3,7 @@ "colonyTags" : [ "science", "machines" ], "printable" : false, "rarity" : "legendary", - "description" : "The ultimate centrifuge, capable of extracting from gasses and processing radioactive isotopes. ^cyan;Requires ^orange;36W^cyan; power.^reset;", + "description" : "The ultimate centrifuge, capable of extracting from gasses and processing radioactive isotopes. Efficient but slow. ^cyan;Requires ^orange;36W^cyan; power.^reset;", "shortdescription" : "^cyan;Gas Centrifuge^reset;", "subtitle" : "Extract items from resources", "race" : "generic",