mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 08:34:23 +00:00
19 lines
625 B
Plaintext
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
|