Fixes gandalfs jank. (#9152)

[dopamine noises]
This commit is contained in:
gonenoculer5
2021-10-31 22:35:43 +00:00
committed by GitHub
parent 41118ac5f6
commit 6919129762
2 changed files with 9 additions and 3 deletions
@@ -557,7 +557,8 @@
/obj/machinery/vending/tool = "YouTool",
/obj/machinery/vending/custom = "Custom Vendor",
/obj/machinery/vending/dorms = "LustWish", //SKYRAT EDIT CHANGE - ERP UPDATE - ORIGINAL: /obj/machinery/vending/dorms = "KinkVend"
/obj/machinery/vending/access/command = "Command Outfitting Station") //SKYRAT EDIT ADDITION
/obj/machinery/vending/access/command = "Command Outfitting Station", //SKYRAT EDIT ADDITION
/obj/machinery/vending/barbervend = "Fab-O-Vend") //SKYRAT EDIT ADDITION
/obj/item/circuitboard/machine/vendor/attackby(obj/item/I, mob/user, params)
if(I.tool_behaviour == TOOL_SCREWDRIVER)
@@ -5,6 +5,7 @@
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(
@@ -24,7 +25,11 @@
/obj/item/razor = 1,
/obj/item/storage/box/perfume = 1,
)
refill_canister = /obj/item/vending_refill/barbervend
default_price = PAYCHECK_ASSISTANT
extra_price = PAYCHECK_HARD
payment_department = ACCOUNT_SRV
/obj/item/vending_refill/barbervend
name = "barber vend resupply"
machine_name = "barber vend resupply"
icon_state = "refill_snack" //generic item refill because there isnt one sprited yet.