mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Clean some small details on most vending machine product lists. (#66934)
* Cleans a lot of wardrobes. * Small extra changes.
This commit is contained in:
@@ -8,18 +8,18 @@
|
||||
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/portable = 8,
|
||||
/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/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/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/paicard = 2,
|
||||
|
||||
Reference in New Issue
Block a user