mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
spaces -> tabs in vendor code (#61740)
This commit is contained in:
@@ -6,23 +6,27 @@
|
||||
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/modular_computer/laptop = 4,
|
||||
/obj/item/modular_computer/tablet = 4,
|
||||
/obj/item/computer_hardware/hard_drive = 4,
|
||||
/obj/item/computer_hardware/hard_drive/small = 4,
|
||||
/obj/item/computer_hardware/network_card = 8,
|
||||
/obj/item/computer_hardware/hard_drive/portable = 8,
|
||||
/obj/item/computer_hardware/battery = 8,
|
||||
/obj/item/stock_parts/cell/computer = 8,
|
||||
/obj/item/computer_hardware/processor_unit = 4,
|
||||
/obj/item/computer_hardware/processor_unit/small = 4,
|
||||
/obj/item/computer_hardware/sensorpackage = 4)
|
||||
premium = list(/obj/item/computer_hardware/card_slot = 2,
|
||||
/obj/item/computer_hardware/ai_slot = 2,
|
||||
/obj/item/computer_hardware/printer/mini = 2,
|
||||
/obj/item/computer_hardware/recharger/apc_recharger = 2,
|
||||
/obj/item/paicard = 2,
|
||||
/obj/item/computer_hardware/radio_card = 1)
|
||||
products = list(
|
||||
/obj/item/modular_computer/laptop = 4,
|
||||
/obj/item/modular_computer/tablet = 4,
|
||||
/obj/item/computer_hardware/hard_drive = 4,
|
||||
/obj/item/computer_hardware/hard_drive/small = 4,
|
||||
/obj/item/computer_hardware/network_card = 8,
|
||||
/obj/item/computer_hardware/hard_drive/portable = 8,
|
||||
/obj/item/computer_hardware/battery = 8,
|
||||
/obj/item/stock_parts/cell/computer = 8,
|
||||
/obj/item/computer_hardware/processor_unit = 4,
|
||||
/obj/item/computer_hardware/processor_unit/small = 4,
|
||||
/obj/item/computer_hardware/sensorpackage = 4
|
||||
)
|
||||
premium = list(
|
||||
/obj/item/computer_hardware/card_slot = 2,
|
||||
/obj/item/computer_hardware/ai_slot = 2,
|
||||
/obj/item/computer_hardware/printer/mini = 2,
|
||||
/obj/item/computer_hardware/recharger/apc_recharger = 2,
|
||||
/obj/item/paicard = 2,
|
||||
/obj/item/computer_hardware/radio_card = 1
|
||||
)
|
||||
refill_canister = /obj/item/vending_refill/modularpc
|
||||
default_price = PAYCHECK_MEDIUM
|
||||
extra_price = PAYCHECK_HARD
|
||||
|
||||
Reference in New Issue
Block a user