Files
kiwistation/code/modules/vending/assist.dm
T
Mickyan 55f19df748 Normalizes payouts and vendor prices to an approximate of cargo's credit value (#48174)
* prices & income

* more prices

* lower megaseed premium prices

* custom prices for premium tools

* slightly lowers prices for some snacks/drinks/cigs

* hey get back here
2019-12-16 17:43:27 +01:00

28 lines
1.0 KiB
Plaintext

/obj/machinery/vending/assist
products = list(/obj/item/assembly/prox_sensor = 5,
/obj/item/assembly/igniter = 3,
/obj/item/assembly/signaler = 4,
/obj/item/wirecutters = 1,
/obj/item/cartridge/signal = 4,
/obj/item/stock_parts/matter_bin = 3,
/obj/item/stock_parts/manipulator = 3,
/obj/item/stock_parts/micro_laser = 3,
/obj/item/stock_parts/scanning_module = 3,
/obj/item/stock_parts/capacitor = 3)
contraband = list(/obj/item/assembly/timer = 2,
/obj/item/assembly/voice = 2,
/obj/item/assembly/health = 2,
/obj/item/stock_parts/cell/high = 1)
premium = list(/obj/item/price_tagger = 3,
/obj/item/vending_refill/custom = 3,
/obj/item/circuitboard/machine/vendor = 3)
refill_canister = /obj/item/vending_refill/assist
product_ads = "Only the finest!;Have some tools.;The most robust equipment.;The finest gear in space!"
default_price = 125
extra_price = 100
payment_department = NO_FREEBIES
/obj/item/vending_refill/assist
machine_name = "Vendomat"
icon_state = "refill_engi"