Files
Bubberstation/code/modules/vending/sovietsoda.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

24 lines
946 B
Plaintext

/obj/machinery/vending/sovietsoda
name = "\improper BODA"
desc = "Old sweet water vending machine."
icon_state = "sovietsoda"
panel_type = "panel8"
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"