mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 18:11:16 +00:00
* The Re-pricening * Rewritten and adjusted for paycheck defines. * I made the map changes finally. * And the refills too. * "OH YEAH REPLACING IT ALL WITH DEFINES AND SCALING IT THE EXCEL DOCUMENT WILL BE EASY, ARCANE!!!" * And the premium ones too. * Accidently spoiled a future pr due to dme bleedover
19 lines
913 B
Plaintext
19 lines
913 B
Plaintext
/obj/machinery/vending/sovietsoda
|
|
name = "\improper BODA"
|
|
desc = "Old sweet water vending machine."
|
|
icon_state = "sovietsoda"
|
|
light_mask = "soviet-light-mask"
|
|
product_ads = "For Tsar and Country.;Have you fulfilled your nutrition quota today?;Very nice!;We are simple people, for this is all we eat.;If there is a person, there is a problem. If there is no person, then there is no problem."
|
|
products = list(/obj/item/reagent_containers/food/drinks/drinkingglass/filled/soda = 30)
|
|
contraband = list(/obj/item/reagent_containers/food/drinks/drinkingglass/filled/cola = 20)
|
|
resistance_flags = FIRE_PROOF
|
|
refill_canister = /obj/item/vending_refill/sovietsoda
|
|
default_price = 1
|
|
extra_price = PAYCHECK_ASSISTANT //One credit for every state of FREEDOM
|
|
payment_department = NO_FREEBIES
|
|
light_color = COLOR_PALE_ORANGE
|
|
|
|
/obj/item/vending_refill/sovietsoda
|
|
machine_name = "BODA"
|
|
icon_state = "refill_cola"
|