6a26744d83
About The Pull Request repaths clothing/under to be more sane Also fixed a couple of bugs relating to pathing being incorrect, and modified a couple of bad descriptions and names Also adds a map path updating script, which also helps show the full repath. Why It's Good For The Game improves maintainability, makes mapping easier, stages for a clothing dmi split Changelog cl refactor: repathed all under clothing, keep an eye out for errors /cl
17 lines
638 B
Plaintext
17 lines
638 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 = 200
|
|
extra_price = 250
|
|
payment_department = ACCOUNT_SCI
|