mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-23 07:26:05 +00:00
* Re-assesses 99% of vending prices through Arconomics to match player resources and round-length. (#54715) * 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 * Re-assesses 99% of vending prices through Arconomics to match player resources and round-length. Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com>
17 lines
668 B
Plaintext
17 lines
668 B
Plaintext
//This one's from bay12
|
|
/obj/machinery/vending/plasmaresearch
|
|
name = "\improper Toximate 3000"
|
|
desc = "All the fine parts you need in one vending machine!"
|
|
products = list(/obj/item/clothing/under/rank/rnd/scientist = 6,
|
|
/obj/item/clothing/suit/bio_suit = 6,
|
|
/obj/item/clothing/head/bio_hood = 6,
|
|
/obj/item/transfer_valve = 6,
|
|
/obj/item/assembly/timer = 6,
|
|
/obj/item/assembly/signaler = 6,
|
|
/obj/item/assembly/prox_sensor = 6,
|
|
/obj/item/assembly/igniter = 6)
|
|
contraband = list(/obj/item/assembly/health = 3)
|
|
default_price = PAYCHECK_ASSISTANT
|
|
extra_price = PAYCHECK_ASSISTANT
|
|
payment_department = ACCOUNT_SCI
|