This commit is contained in:
@@ -144,16 +144,24 @@
|
||||
icon_state = "cargodrobe"
|
||||
product_ads = "Upgraded Assistant Style! Pick yours today!;These shorts are comfy and easy to wear, get yours now!"
|
||||
vend_reply = "Thank you for using the CargoDrobe!"
|
||||
products = list(/obj/item/clothing/suit/hooded/wintercoat/cargo = 3,
|
||||
/obj/item/clothing/under/rank/cargo/tech = 5,
|
||||
/obj/item/clothing/under/rank/cargo/tech/skirt = 5,
|
||||
/obj/item/clothing/under/rank/cargo/util = 5,
|
||||
/obj/item/clothing/suit/toggle/labcoat/depjacket/sup = 5,
|
||||
/obj/item/clothing/under/rank/cargo/tech/long = 5,
|
||||
/obj/item/clothing/shoes/sneakers/black = 5,
|
||||
/obj/item/clothing/gloves/fingerless = 5,
|
||||
/obj/item/clothing/head/soft = 5,
|
||||
/obj/item/radio/headset/headset_cargo = 3)
|
||||
products = list(
|
||||
/obj/item/storage/bag/mail = 3,
|
||||
/obj/item/clothing/suit/hooded/wintercoat/cargo = 3,
|
||||
/obj/item/clothing/under/rank/cargo/tech = 3,
|
||||
/obj/item/clothing/under/rank/cargo/tech/skirt = 3,
|
||||
/obj/item/clothing/under/rank/cargo/util = 3,
|
||||
/obj/item/clothing/suit/toggle/labcoat/depjacket/sup = 3,
|
||||
/obj/item/clothing/under/rank/cargo/tech/long = 3,
|
||||
/obj/item/clothing/shoes/sneakers/black = 3,
|
||||
/obj/item/clothing/gloves/fingerless = 3,
|
||||
/obj/item/clothing/head/soft = 3,
|
||||
/obj/item/radio/headset/headset_cargo = 3
|
||||
)
|
||||
premium = list(
|
||||
/obj/item/clothing/under/rank/cargo/miner = 3,
|
||||
/obj/item/clothing/head/mailman = 1,
|
||||
/obj/item/clothing/under/misc/mailman = 1
|
||||
)
|
||||
refill_canister = /obj/item/vending_refill/wardrobe/cargo_wardrobe
|
||||
payment_department = ACCOUNT_CAR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user