[MIRROR] Modularises vending machines (#6050)
* Modularises vending machines * Update vending_items.dm
This commit is contained in:
committed by
Poojawa
parent
30e5e7a56a
commit
bd3d76b8d3
@@ -0,0 +1,13 @@
|
||||
//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/scientist = 6,
|
||||
/obj/item/clothing/suit/bio_suit = 6,
|
||||
/obj/item/clothing/head/bio_hood = 6,
|
||||
/obj/item/device/transfer_valve = 6,
|
||||
/obj/item/device/assembly/timer = 6,
|
||||
/obj/item/device/assembly/signaler = 6,
|
||||
/obj/item/device/assembly/prox_sensor = 6,
|
||||
/obj/item/device/assembly/igniter = 6)
|
||||
contraband = list(/obj/item/device/assembly/health = 3)
|
||||
Reference in New Issue
Block a user