mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Improve hybrid laptop hardware
This commit is contained in:
@@ -30,13 +30,13 @@
|
||||
|
||||
/obj/item/modular_computer/laptop/preset/custom_loadout/hybrid/install_default_hardware()
|
||||
..()
|
||||
processor_unit = new/obj/item/weapon/computer_hardware/processor_unit(src)
|
||||
processor_unit = new/obj/item/weapon/computer_hardware/processor_unit/photonic(src)
|
||||
tesla_link = new/obj/item/weapon/computer_hardware/tesla_link(src)
|
||||
hard_drive = new/obj/item/weapon/computer_hardware/hard_drive/super(src)
|
||||
network_card = new/obj/item/weapon/computer_hardware/network_card/advanced(src)
|
||||
nano_printer = new/obj/item/weapon/computer_hardware/nano_printer(src)
|
||||
card_slot = new/obj/item/weapon/computer_hardware/card_slot(src)
|
||||
battery_module = new/obj/item/weapon/computer_hardware/battery_module/super(src)
|
||||
battery_module = new/obj/item/weapon/computer_hardware/battery_module/lambda(src)
|
||||
battery_module.charge_to_full()
|
||||
|
||||
//Fancy Schmancy - this is defined in normal file, just swapping the icon
|
||||
|
||||
Reference in New Issue
Block a user