e51d8d173c
* flashlight * YouTool check * bar vendor * shadycigs and kitchen * engivend * subject217s autodrobe stuff * vendomat and botany * merge conflict * megaseed vendor * emergency nanomed is down to 25 * medical vendor
15 lines
760 B
Plaintext
15 lines
760 B
Plaintext
/obj/machinery/vending/assist
|
|
products = list(/obj/item/assembly/prox_sensor = 5,
|
|
/obj/item/assembly/igniter = 3,
|
|
/obj/item/assembly/signaler = 4,
|
|
/obj/item/wirecutters = 1,
|
|
/obj/item/cartridge/signal = 4)
|
|
contraband = list(/obj/item/assembly/timer = 2,
|
|
/obj/item/assembly/voice = 2,
|
|
/obj/item/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
|
|
default_price = 10
|
|
extra_price = 50
|
|
payment_department = NO_FREEBIES |