Files
GS13NG/code/modules/vending/assist.dm
CitadelStationBot bd3d76b8d3 [MIRROR] Modularises vending machines (#6050)
* Modularises vending machines

* Update vending_items.dm
2018-03-22 06:10:17 -05:00

13 lines
735 B
Plaintext

/obj/machinery/vending/assist
products = list(/obj/item/device/assembly/prox_sensor = 5,
/obj/item/device/assembly/igniter = 3,
/obj/item/device/assembly/signaler = 4,
/obj/item/wirecutters = 1,
/obj/item/cartridge/signal = 4)
contraband = list(/obj/item/device/assembly/timer = 2,
/obj/item/device/assembly/voice = 2,
/obj/item/device/assembly/health = 2)
product_ads = "Only the finest!;Have some tools.;The most robust equipment.;The finest gear in space!"
armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 50)
resistance_flags = FIRE_PROOF