Files
Bubberstation/code/modules/vending/snack.dm
SkyratBot a498651560 [MIRROR] Vending machine panel icon reorganization [MDB IGNORE] (#9112)
* Vending machine panel icon reorganization

* Fixing merge conflict

Co-authored-by: Mickyan <38563876+Mickyan@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
2021-10-29 23:33:47 +13:00

53 lines
1.8 KiB
Plaintext

/obj/machinery/vending/snack
name = "\improper Getmore Chocolate Corp"
desc = "A snack machine courtesy of the Getmore Chocolate Corporation, based out of Mars."
product_slogans = "Try our new nougat bar!;Twice the calories for half the price!"
product_ads = "The healthiest!;Award-winning chocolate bars!;Mmm! So good!;Oh my god it's so juicy!;Have a snack.;Snacks are good for you!;Have some more Getmore!;Best quality snacks straight from mars.;We love chocolate!;Try our new jerky!"
icon_state = "snack"
panel_type = "panel2"
light_mask = "snack-light-mask"
products = list(
/obj/item/food/spacetwinkie = 6,
/obj/item/food/cheesiehonkers = 6,
/obj/item/food/candy = 6,
/obj/item/food/chips = 6,
/obj/item/food/chips/shrimp = 6,
/obj/item/food/sosjerky = 6,
/obj/item/food/chips = 6,
/obj/item/food/sosjerky = 6,
/obj/item/food/no_raisin = 6,
/obj/item/food/peanuts = 6,
/obj/item/food/peanuts/random = 3,
/obj/item/food/cnds = 6,
/obj/item/food/cnds/random = 3,
/obj/item/reagent_containers/food/drinks/dry_ramen = 3,
/obj/item/storage/box/gum = 3,
/obj/item/food/energybar = 6
)
contraband = list(
/obj/item/food/syndicake = 6,
/obj/item/food/peanuts/ban_appeal = 3,
/obj/item/food/candy/bronx = 1
)
refill_canister = /obj/item/vending_refill/snack
canload_access_list = list(ACCESS_KITCHEN)
default_price = PAYCHECK_ASSISTANT * 0.6
extra_price = PAYCHECK_EASY
payment_department = ACCOUNT_SRV
input_display_header = "Chef's Food Selection"
/obj/item/vending_refill/snack
machine_name = "Getmore Chocolate Corp"
/obj/machinery/vending/snack/blue
icon_state = "snackblue"
/obj/machinery/vending/snack/orange
icon_state = "snackorange"
/obj/machinery/vending/snack/green
icon_state = "snackgreen"
/obj/machinery/vending/snack/teal
icon_state = "snackteal"