Files
Bubberstation/code/modules/vending/plasmaresearch.dm
GuillaumePrata ac2b7a7be5 Clean some small details on most vending machine product lists. (#66934)
* Cleans a lot of wardrobes.

* Small extra changes.
2022-05-14 11:55:57 -04:00

19 lines
625 B
Plaintext

//This one's from bay12
/obj/machinery/vending/plasmaresearch
name = "\improper Bombuddy 3000"
desc = "All the fine parts you need in one vending machine!"
products = list(
/obj/item/assembly/igniter = 6,
/obj/item/assembly/prox_sensor = 6,
/obj/item/assembly/signaler = 6,
/obj/item/assembly/timer = 6,
/obj/item/clothing/head/bio_hood = 6,
/obj/item/clothing/suit/bio_suit = 6,
/obj/item/clothing/under/rank/rnd/scientist = 6,
/obj/item/transfer_valve = 6,
)
contraband = list(/obj/item/assembly/health = 3)
default_price = PAYCHECK_CREW
extra_price = PAYCHECK_CREW
payment_department = ACCOUNT_SCI