mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Merge pull request #11376 from Arkatos1/Cardboard
Cardboard can now be made in the Biogenerator
This commit is contained in:
@@ -113,7 +113,15 @@
|
||||
build_type = BIOGENERATOR
|
||||
materials = list(MAT_BIOMASS = 50)
|
||||
build_path = /obj/item/stack/sheet/cloth
|
||||
category = list("initial","Leather and Cloth")
|
||||
category = list("initial", "Organic Materials")
|
||||
|
||||
/datum/design/cardboard
|
||||
name = "Sheet of cardboard"
|
||||
id = "cardboard"
|
||||
build_type = BIOGENERATOR
|
||||
materials = list(MAT_BIOMASS = 25)
|
||||
build_path = /obj/item/stack/sheet/cardboard
|
||||
category = list("initial", "Organic Materials")
|
||||
|
||||
/datum/design/wallet
|
||||
name = "Wallet"
|
||||
|
||||
Reference in New Issue
Block a user