mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-19 05:26:28 +00:00
* Removes HDD's entirely HDDs have been removed, though the code for it is still currently lingering as it's required for portable disks. I'll have to find a solution to this one day, but as I am going to sleep, this is a problem for future me. * starts on removing SSD * updatepaths and kills off SSD * update path :D * Fixes to programs and icons * Ready for review now I read over everything I did and tried to fix anything I saw wasn't done right. Hopefully better comments now. * merge conflict fix * can't win them all * takes viruses into account in paths, fixes it in snowcabin * Renames the updatepaths * removes the qdel loop * accidentally new'ed programs twice * Fix program's computer var * destroy pen and disk, dont run kill program on something killed * more fixes for pens and idle threads * Fixes PDAs installing apps twice. * simplifies inserted disk & PDA disk * fuck's sake * Use istype instead * revert * Revert "revert" This reverts commit 9ede628c6fef9c7c86417234f6d8ada1ff9e2fef. * why did that happen * Update code/modules/modular_computers/computers/item/tablet.dm * MC_SSD added to master lol Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
29 lines
991 B
Plaintext
29 lines
991 B
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_disk = 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/card_slot = 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"
|