Adjusts grinder behaviour and towercap log contents (#25249)

* Adjusts grinder behaviour and towercap log contents

wood logs now contain 20 carbon, and the plank carbon amount is reduced accordingly, steel logs now contain 50 iron, non-edible plants are ground the same way as edible plants.

* Rearranged checking for grinding behavior to if else from nested if and removed the old non-edible plant grinding code.
This commit is contained in:
Migratingcocofruit
2024-05-17 11:32:48 +00:00
committed by GitHub
parent 66e3528b7c
commit 1d97474ee5
2 changed files with 53 additions and 41 deletions
@@ -16,6 +16,7 @@
icon_dead = "towercap-dead"
genes = list(/datum/plant_gene/trait/plant_type/fungal_metabolism)
mutatelist = list(/obj/item/seeds/tower/steel)
reagents_add = list("carbon" = 0.2)
/obj/item/seeds/tower/steel
name = "pack of steel-cap mycelium"
@@ -25,6 +26,7 @@
plantname = "Steel Caps"
product = /obj/item/grown/log/steel
mutatelist = list()
reagents_add = list("iron" = 0.5)
rarity = 20