Added chemistry's big beakers to the supply pack.

Security vending machines now have Evidence Bag boxes.
This commit is contained in:
SkyMarshal
2012-02-09 10:53:09 -07:00
parent 8b62eff01a
commit 463d078cd4
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -322,7 +322,7 @@
containertype = "/obj/structure/closet/crate"
containername = "Replacement lights"
/*/datum/supply_packs/costume
/datum/supply_packs/costume
name = "Standard Costume crate"
contains = list("/obj/item/weapon/storage/backpack/clown",
"/obj/item/clothing/shoes/clown_shoes",
@@ -340,7 +340,7 @@
containertype = "/obj/structure/closet/crate/secure"
containername = "Standard Costumes"
access = access_theatre
group = "Clothing" */
group = "Clothing"
/datum/supply_packs/wizard
name = "Wizard costume"
@@ -421,7 +421,8 @@
"/obj/item/weapon/reagent_containers/glass/bottle/antitoxin",
"/obj/item/weapon/reagent_containers/glass/bottle/inaprovaline",
"/obj/item/weapon/reagent_containers/glass/bottle/stoxin",
"/obj/item/weapon/storage/syringes")
"/obj/item/weapon/storage/syringes",
"/obj/item/weapon/reagent_containers/glass/large")
cost = 10
containertype = "/obj/structure/closet/crate/medical"
containername = "Medical crate"
+1 -1
View File
@@ -168,7 +168,7 @@
icon_state = "sec"
icon_deny = "sec-deny"
req_access_txt = "1"
product_paths = "/obj/item/weapon/handcuffs;/obj/item/weapon/flashbang;/obj/item/device/flash;/obj/item/weapon/reagent_containers/food/snacks/donut;/obj/item/weapon/evidencebag"
product_paths = "/obj/item/weapon/handcuffs;/obj/item/weapon/flashbang;/obj/item/device/flash;/obj/item/weapon/reagent_containers/food/snacks/donut;/obj/item/weapon/storage/box/evidence"
product_amounts = "8;4;5;12;6"
product_hidden = "/obj/item/clothing/glasses/sunglasses;/obj/item/kitchen/donut_box"
product_hideamt = "2;2"