Skip to content

Commit

Permalink
Update wardrobes.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
githubuser4141 committed May 4, 2024
1 parent 619b7ab commit 76783e0
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion code/modules/vending/wardrobes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
refill_canister = /obj/item/vending_refill/wardrobe/sec_wardrobe
payment_department = ACCOUNT_SEC
cost_multiplier_per_dept = list(ACCOUNT_SEC = 0)
default_price = PRICE_ABOVE_NORMAL
default_price = PRICE_CHEAP
extra_price = PRICE_EXPENSIVE

/obj/item/vending_refill/wardrobe/sec_wardrobe
Expand Down Expand Up @@ -74,6 +74,7 @@
/obj/item/storage/fancy/cigarettes = 5)
premium = list(/obj/item/clothing/head/flatcap = 1)
refill_canister = /obj/item/vending_refill/wardrobe/det_wardrobe
default_price = PRICE_CHEAP
extra_price = 350
payment_department = ACCOUNT_SEC

Expand Down Expand Up @@ -122,6 +123,7 @@
/obj/item/clothing/suit/toggle/labcoat/emt/red = 5,
/obj/item/clothing/suit/toggle/labcoat/emt/highvis = 5)
refill_canister = /obj/item/vending_refill/wardrobe/medi_wardrobe
default_price = PRICE_REALLY_CHEAP
payment_department = ACCOUNT_MED
cost_multiplier_per_dept = list(ACCOUNT_MED = 0)

Expand Down Expand Up @@ -153,6 +155,7 @@
/obj/item/clothing/head/hardhat = 5,
/obj/item/clothing/head/hardhat/weldhat = 3)
refill_canister = /obj/item/vending_refill/wardrobe/engi_wardrobe
default_price = PRICE_REALLY_CHEAP
payment_department = ACCOUNT_ENG
cost_multiplier_per_dept = list(ACCOUNT_ENG = 0)

Expand All @@ -176,6 +179,7 @@
/obj/item/clothing/under/rank/engineering/atmospheric_technician/skirt = 5,
/obj/item/clothing/shoes/sneakers/black = 5)
refill_canister = /obj/item/vending_refill/wardrobe/atmos_wardrobe
default_price = PRICE_REALLY_CHEAP
payment_department = ACCOUNT_ENG
cost_multiplier_per_dept = list(ACCOUNT_ENG = 0)

Expand All @@ -199,6 +203,7 @@
/obj/item/clothing/head/soft = 5,
/obj/item/radio/headset/headset_cargo = 3)
refill_canister = /obj/item/vending_refill/wardrobe/cargo_wardrobe
default_price = PRICE_REALLY_CHEAP
payment_department = ACCOUNT_CAR
cost_multiplier_per_dept = list(ACCOUNT_CAR = 0)

Expand Down Expand Up @@ -227,6 +232,7 @@
/obj/item/clothing/under/misc/mechsuitblue = 1)
contraband = list(/obj/item/clothing/suit/hooded/techpriest = 2)
refill_canister = /obj/item/vending_refill/wardrobe/robo_wardrobe
default_price = PRICE_REALLY_CHEAP
payment_department = ACCOUNT_SCI
cost_multiplier_per_dept = list(ACCOUNT_SCI = 0)

Expand Down Expand Up @@ -268,6 +274,7 @@
/obj/item/clothing/under/misc/mechsuitwhite = 1,
/obj/item/clothing/under/misc/mechsuitblue = 1)
refill_canister = /obj/item/vending_refill/wardrobe/science_wardrobe
default_price = PRICE_REALLY_CHEAP
payment_department = ACCOUNT_SCI
cost_multiplier_per_dept = list(ACCOUNT_SCI = 0)

Expand All @@ -289,6 +296,7 @@
/obj/item/clothing/under/rank/civilian/hydroponics/skirt = 5,
/obj/item/clothing/mask/bandana = 4)
refill_canister = /obj/item/vending_refill/wardrobe/hydro_wardrobe
default_price = PRICE_REALLY_CHEAP
payment_department = ACCOUNT_SRV
cost_multiplier_per_dept = list(ACCOUNT_SRV = 0)

Expand All @@ -315,6 +323,7 @@
/obj/item/clothing/glasses/regular/jamjar = 1,
/obj/item/storage/bag/books = 1)
refill_canister = /obj/item/vending_refill/wardrobe/curator_wardrobe
default_price = PRICE_REALLY_CHEAP
payment_department = ACCOUNT_CIV
cost_multiplier_per_dept = list(ACCOUNT_CIV = 0)

Expand Down Expand Up @@ -350,6 +359,7 @@
/obj/item/clothing/neck/petcollar = 3,
/obj/item/storage/belt/bandolier = 1)
refill_canister = /obj/item/vending_refill/wardrobe/bar_wardrobe
default_price = PRICE_REALLY_CHEAP
payment_department = ACCOUNT_SRV
cost_multiplier_per_dept = list(ACCOUNT_SRV = 0)

Expand All @@ -376,6 +386,7 @@
/obj/item/book/granter/crafting_recipe/cooking_sweets_101 = 2,
/obj/item/book/granter/crafting_recipe/coldcooking = 2)
refill_canister = /obj/item/vending_refill/wardrobe/chef_wardrobe
default_price = PRICE_REALLY_CHEAP
payment_department = ACCOUNT_SRV
cost_multiplier_per_dept = list(ACCOUNT_SRV = 0)

Expand Down Expand Up @@ -414,6 +425,7 @@
/obj/item/screwdriver = 2,
/obj/item/stack/cable_coil/random = 4)
refill_canister = /obj/item/vending_refill/wardrobe/jani_wardrobe
default_price = PRICE_REALLY_CHEAP
payment_department = ACCOUNT_SRV
cost_multiplier_per_dept = list(ACCOUNT_SRV = 0)

Expand Down Expand Up @@ -447,6 +459,7 @@
/obj/item/clothing/shoes/laceup = 3,
/obj/item/clothing/accessory/lawyers_badge = 3)
refill_canister = /obj/item/vending_refill/wardrobe/law_wardrobe
default_price = PRICE_REALLY_CHEAP
payment_department = ACCOUNT_CIV
cost_multiplier_per_dept = list(ACCOUNT_CIV = 0)

Expand Down Expand Up @@ -474,6 +487,7 @@
/obj/item/storage/fancy/candle_box = 3)

refill_canister = /obj/item/vending_refill/wardrobe/chap_wardrobe
default_price = PRICE_REALLY_CHEAP
payment_department = ACCOUNT_CIV
cost_multiplier_per_dept = list(ACCOUNT_CIV = 0)

Expand All @@ -497,6 +511,7 @@
/obj/item/storage/bag/chemistry = 3,
/obj/item/fermichem/pHbooklet = 3)//pH indicator)
refill_canister = /obj/item/vending_refill/wardrobe/chem_wardrobe
default_price = PRICE_REALLY_CHEAP
payment_department = ACCOUNT_MED
cost_multiplier_per_dept = list(ACCOUNT_MED = 0)

Expand All @@ -517,6 +532,7 @@
/obj/item/storage/backpack/genetics = 3,
/obj/item/storage/backpack/satchel/gen = 3)
refill_canister = /obj/item/vending_refill/wardrobe/gene_wardrobe
default_price = PRICE_REALLY_CHEAP
payment_department = ACCOUNT_MED
cost_multiplier_per_dept = list(ACCOUNT_MED = 0)

Expand All @@ -539,6 +555,7 @@
/obj/item/storage/backpack/virology = 3,
/obj/item/storage/backpack/satchel/vir = 3)
refill_canister = /obj/item/vending_refill/wardrobe/viro_wardrobe
default_price = PRICE_REALLY_CHEAP
payment_department = ACCOUNT_MED
cost_multiplier_per_dept = list(ACCOUNT_MED = 0)

Expand Down

0 comments on commit 76783e0

Please sign in to comment.