HoP Tablet Fix

HoP's tablet doesn't get a secondary Card Reader by default? Problem solved.
This commit is contained in:
AshTheDerg
2022-06-11 00:56:25 -04:00
committed by GitHub
parent 1394832ce8
commit 4be32ed573
@@ -18,6 +18,7 @@
install_component(new /obj/item/computer_hardware/hard_drive/small)
install_component(new /obj/item/computer_hardware/network_card)
install_component(new /obj/item/computer_hardware/card_slot)
install_component(new /obj/item/computer_hardware/card_slot/secondary) //Why does the HoP's tablet NOT have a secondary Card Reader?
install_component(new /obj/item/computer_hardware/printer/mini)
/obj/item/modular_computer/tablet/preset/science/Initialize(mapload)