mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
37 lines
1.5 KiB
Plaintext
37 lines
1.5 KiB
Plaintext
/obj/machinery/vending/barbervend
|
|
name = "Fab-O-Vend"
|
|
desc = "It would seem it vends dyes, and other stuff to make you pretty."
|
|
icon = 'modular_skyrat/modules/salon/icons/vendor.dmi'
|
|
icon_state = "barbervend"
|
|
product_slogans = "Spread the colour, like butter, onto toast... Onto their hair.; Sometimes, I dream about dyes...; Paint 'em up and call me Mr. Painter.; Look brother, I'm a vendomat, I solve practical problems."
|
|
product_ads = "Cut 'em all!; To sheds!; Hair be gone!; Prettify!; Beautify!"
|
|
vend_reply = "Come again!; Buy another!; Dont you love your new look?"
|
|
req_access = list(ACCESS_BARBER)
|
|
refill_canister = /obj/item/vending_refill/barbervend
|
|
products = list(
|
|
/obj/item/reagent_containers/spray/quantum_hair_dye = 3,
|
|
/obj/item/reagent_containers/spray/baldium = 3,
|
|
/obj/item/reagent_containers/spray/barbers_aid = 3,
|
|
/obj/item/clothing/head/hair_tie = 3,
|
|
/obj/item/dyespray = 5,
|
|
/obj/item/hairbrush = 3,
|
|
/obj/item/hairbrush/comb = 3,
|
|
/obj/item/fur_dyer = 1,
|
|
)
|
|
premium = list(
|
|
/obj/item/scissors = 3,
|
|
/obj/item/reagent_containers/spray/super_barbers_aid = 3,
|
|
/obj/item/storage/box/lipsticks = 3,
|
|
/obj/item/lipstick/quantum = 1,
|
|
/obj/item/razor = 1,
|
|
)
|
|
refill_canister = /obj/item/vending_refill/barbervend
|
|
default_price = PAYCHECK_CREW
|
|
extra_price = PAYCHECK_COMMAND
|
|
payment_department = ACCOUNT_SRV
|
|
allow_custom = TRUE
|
|
|
|
/obj/item/vending_refill/barbervend
|
|
machine_name = "barber vend resupply"
|
|
icon_state = "refill_snack" //generic item refill because there isnt one sprited yet.
|