mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user