mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-02 13:02:38 +00:00
* aaaaaaa * Update cell_component.dm * Update cell_component.dm * Update cell_component.dm * aaaaa * aaaaaaaaaaaaaaaaaaaaa * Update flashlight.dm * Update flashlight.dm * aaaaaaaaaaaaaaaaaaaaaaaaaaaa * AAAAAAAAAA * Update _wires.dm * aaaa * AAAAAAAAAAAAAAAAA * aaa * Update cell_component.dm * aaaa * AAAAAAAAAAAAAAA * AAAAAAAAAA * AAAAAAAA * Update youtool.dm * aaaaaaaa * aaaa * aaaa * asaa * HOLY FUCK YOU GUYS ARE ALL SO LAZY JESUS FUCKING CHRIST * aaaaa * Update cell_component.dm * Update cell_component.dm * Update cell_component.dm * Update cell_component.dm * Update cell_component.dm * Update traitordevices.dm * aaa * Update traitordevices.dm * Update traitordevices.dm * aaa * Update cell_component.dm * POWER CELLS VERSION 2 * OH YEAH BABY * A * Update cell_component.dm * Update flashlight.dm * AAAAAA * Update flashlight.dm * Update atoms.dm * aa * AAAAAAAAAAAAA * aa * Update multi_cell_charger.dm * Update flashlight.dm * Update flashlight.dm * Update multi_cell_charger.dm * aaa * Update _wires.dm * Update electric_welder.dm * aaaaa * Update tools.dmi
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
/obj/machinery/vending/tool
|
|
name = "\improper YouTool"
|
|
desc = "Tools for tools."
|
|
icon_state = "tool"
|
|
icon_deny = "tool-deny"
|
|
light_mask = "tool-light-mask"
|
|
products = list(/obj/item/stack/cable_coil = 10,
|
|
/obj/item/crowbar = 5,
|
|
/obj/item/weldingtool = 3,
|
|
/obj/item/wirecutters = 5,
|
|
/obj/item/wrench = 5,
|
|
/obj/item/analyzer = 5,
|
|
/obj/item/t_scanner = 5,
|
|
/obj/item/screwdriver = 5,
|
|
/obj/item/flashlight/glowstick = 3,
|
|
/obj/item/flashlight/glowstick/red = 3,
|
|
/obj/item/flashlight = 5,
|
|
/obj/item/clothing/ears/earmuffs = 1,
|
|
/obj/item/stock_parts/cell/crap = 40) //SKYRAT EDIT ADDITION
|
|
contraband = list(/obj/item/clothing/gloves/color/fyellow = 2)
|
|
premium = list(/obj/item/storage/belt/utility = 2,
|
|
/obj/item/multitool = 2,
|
|
/obj/item/weldingtool/hugetank = 2,
|
|
/obj/item/clothing/head/welding = 2,
|
|
/obj/item/clothing/gloves/color/yellow = 1,
|
|
/obj/item/stock_parts/cell/upgraded = 10) //SKYRAT EDIT ADDITION
|
|
refill_canister = /obj/item/vending_refill/youtool
|
|
default_price = PAYCHECK_ASSISTANT
|
|
extra_price = PAYCHECK_COMMAND * 1.5
|
|
payment_department = ACCOUNT_ENG
|
|
|
|
/obj/item/vending_refill/youtool
|
|
machine_name = "YouTool"
|
|
icon_state = "refill_engi"
|