mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
MAJOR antag backend update - you cannot bruteforce the pen anymore - uplink now uses bitflag to lock purchases - poplock is handled entirely by the buyable uplink items - tgui antag intro (for selected ones)
39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
//This one's from bay12
|
|
/obj/machinery/vending/engineering
|
|
name = "\improper Robco Tool Maker"
|
|
desc = "Everything you need for do-it-yourself station repair."
|
|
icon_state = "engi"
|
|
icon_deny = "engi-deny"
|
|
products = list(/obj/item/clothing/under/rank/engineering/chief_engineer = 4,
|
|
/obj/item/clothing/under/rank/engineering/engineer = 4,
|
|
/obj/item/clothing/shoes/sneakers/orange = 4,
|
|
/obj/item/clothing/head/hardhat = 4,
|
|
/obj/item/storage/belt/utility = 4,
|
|
/obj/item/clothing/glasses/meson/engine = 4,
|
|
/obj/item/clothing/gloves/color/yellow = 4,
|
|
/obj/item/screwdriver = 12,
|
|
/obj/item/crowbar = 12,
|
|
/obj/item/wirecutters = 12,
|
|
/obj/item/multitool = 12,
|
|
/obj/item/wrench = 12,
|
|
/obj/item/t_scanner = 12,
|
|
/obj/item/stock_parts/cell = 8,
|
|
/obj/item/weldingtool = 8,
|
|
/obj/item/clothing/head/welding = 8,
|
|
/obj/item/light/tube = 10,
|
|
/obj/item/clothing/suit/fire = 4,
|
|
/obj/item/stock_parts/scanning_module = 5,
|
|
/obj/item/stock_parts/micro_laser = 5,
|
|
/obj/item/stock_parts/matter_bin = 5,
|
|
/obj/item/stock_parts/manipulator = 5)
|
|
refill_canister = /obj/item/vending_refill/engineering
|
|
resistance_flags = FIRE_PROOF
|
|
default_price = PRICE_NORMAL
|
|
extra_price = PRICE_NORMAL
|
|
payment_department = ACCOUNT_ENG
|
|
light_mask = "engi-light-mask"
|
|
|
|
/obj/item/vending_refill/engineering
|
|
machine_name = "Robco Tool Maker"
|
|
icon_state = "refill_engi"
|