mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
## Why It's Good For The Game resolves https://github.com/Bubberstation/Bubberstation/issues/3716 ## Proof Of Testing idk man i didnt change anything ## Changelog 🆑 refactor: changed bounty hunter and tongue default languages from spinwarder to panslavic /🆑
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
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/cup/glass/drinkingglass/filled/soda = 30,
|
|
)
|
|
contraband = list(
|
|
/obj/item/reagent_containers/cup/glass/drinkingglass/filled/cola = 20,
|
|
)
|
|
resistance_flags = FIRE_PROOF
|
|
refill_canister = /obj/item/vending_refill/sovietsoda
|
|
default_price = 1
|
|
extra_price = PAYCHECK_CREW //One credit for every state of FREEDOM
|
|
payment_department = NO_FREEBIES
|
|
light_color = COLOR_PALE_ORANGE
|
|
initial_language_holder = /datum/language_holder/panslavic //bubber edit; spinwarder to panslavic
|
|
|
|
/obj/item/vending_refill/sovietsoda
|
|
machine_name = "BODA"
|
|
icon_state = "refill_cola"
|