Modular computer fixes and improvements 2 (#20170)

* Fixes runtime with can_run

* tr
This commit is contained in:
Shadowlight213
2016-08-30 01:43:53 -07:00
committed by AnturK
parent c3f5577eb5
commit e625464e09
8 changed files with 87 additions and 46 deletions
@@ -19,3 +19,11 @@
install_component(new /obj/item/weapon/computer_hardware/network_card)
install_component(new /obj/item/weapon/computer_hardware/card_slot)
install_component(new /obj/item/weapon/computer_hardware/printer/mini)
/obj/item/device/modular_computer/tablet/preset/cargo/New()
. = ..()
install_component(new /obj/item/weapon/computer_hardware/processor_unit/small)
install_component(new /obj/item/weapon/computer_hardware/battery(src, /obj/item/weapon/stock_parts/cell/computer))
install_component(new /obj/item/weapon/computer_hardware/hard_drive/small)
install_component(new /obj/item/weapon/computer_hardware/network_card)
install_component(new /obj/item/weapon/computer_hardware/printer/mini)