Files
Bubberstation/code/modules/vending/modularpc.dm
Jeremiah 86e801987e Reworks pAIs (#68241)
A pretty heavy refactor for pAIs that just spilled into a rework.

Attempts to fully document and organize backend code.
Fixes a large number of bugs left untouched for a decade.
Breaks down the frontend into subcomponents.
Rebalances their software modules.
(should) fix pAI faces get removed if you activate them during alert #68242
2022-07-24 16:18:59 +01:00

35 lines
1.3 KiB
Plaintext

/obj/machinery/vending/modularpc
name = "\improper Deluxe Silicate Selections"
desc = "All the parts you need to build your own custom pc."
icon_state = "modularpc"
icon_deny = "modularpc-deny"
panel_type = "panel21"
light_mask = "modular-light-mask"
product_ads = "Get your gamer gear!;The best GPUs for all of your space-crypto needs!;The most robust cooling!;The finest RGB in space!"
vend_reply = "Game on!"
products = list(
/obj/item/computer_hardware/hard_drive = 4,
/obj/item/computer_hardware/hard_drive/portable = 8,
/obj/item/computer_hardware/hard_drive/small = 4,
/obj/item/computer_hardware/network_card = 8,
/obj/item/computer_hardware/battery = 8,
/obj/item/modular_computer/laptop = 4,
/obj/item/modular_computer/tablet = 4,
/obj/item/stock_parts/cell/computer = 8,
)
premium = list(
/obj/item/computer_hardware/ai_slot = 2,
/obj/item/computer_hardware/card_slot = 2,
/obj/item/computer_hardware/printer/mini = 2,
/obj/item/computer_hardware/recharger/apc_recharger = 2,
/obj/item/pai_card = 2,
)
refill_canister = /obj/item/vending_refill/modularpc
default_price = PAYCHECK_CREW
extra_price = PAYCHECK_COMMAND
payment_department = ACCOUNT_SCI
/obj/item/vending_refill/modularpc
machine_name = "Deluxe Silicate Selections"
icon_state = "refill_engi"