MAJOR antag backend update - you cannot bruteforce the pen anymore - uplink now uses bitflag to lock purchases - poplock is handled entirely by the buyable uplink items - tgui antag intro (for selected ones)
17 lines
669 B
Plaintext
17 lines
669 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/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 = PRICE_EXPENSIVE
|
|
extra_price = PRICE_REALLY_EXPENSIVE
|
|
payment_department = ACCOUNT_SCI
|