Adds the plastic crate to cargo (#21841)

* Plastic Crate

* remove rogue whitespace
This commit is contained in:
Bathos Bathtime
2019-02-26 15:22:41 -05:00
committed by jknpj
parent 47a20f2b23
commit f57cf8715f

View File

@@ -220,6 +220,15 @@ var/list/all_supply_groups = list("Supplies","Clothing","Security","Hospitality"
containername = "glass sheets crate"
group = "Supplies"
/datum/supply_packs/plastic50
name = "50 plastic sheets"
contains = list(/obj/item/stack/sheet/mineral/plastic)
amount = 50
cost = 30
containertype = /obj/structure/closet/crate/engi
containername = "plastic sheets crate"
group = "Supplies"
/datum/supply_packs/wood25
name = "25 wooden planks"
contains = list(/obj/item/stack/sheet/wood)