mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Adds the plastic crate to cargo (#21841)
* Plastic Crate * remove rogue whitespace
This commit is contained in:
@@ -220,6 +220,15 @@ var/list/all_supply_groups = list("Supplies","Clothing","Security","Hospitality"
|
|||||||
containername = "glass sheets crate"
|
containername = "glass sheets crate"
|
||||||
group = "Supplies"
|
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
|
/datum/supply_packs/wood25
|
||||||
name = "25 wooden planks"
|
name = "25 wooden planks"
|
||||||
contains = list(/obj/item/stack/sheet/wood)
|
contains = list(/obj/item/stack/sheet/wood)
|
||||||
|
|||||||
Reference in New Issue
Block a user