mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 11:30:35 +01:00
Fixes a whole bunch of bugs. (#7984)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
icon_state_broken = "laptop-broken"
|
||||
base_idle_power_usage = 5
|
||||
base_active_power_usage = 25
|
||||
max_hardware_size = 2
|
||||
max_hardware_size = 3
|
||||
max_damage = 50
|
||||
w_class = 3
|
||||
var/mob/living/silicon/computer_host // Thing that contains this computer. Used for silicon computers
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
|
||||
/obj/item/modular_computer/silicon/preset/install_default_hardware()
|
||||
. = ..()
|
||||
processor_unit = new/obj/item/computer_hardware/processor_unit(src)
|
||||
hard_drive = new/obj/item/computer_hardware/hard_drive(src)
|
||||
network_card = new/obj/item/computer_hardware/network_card(src)
|
||||
processor_unit = new /obj/item/computer_hardware/processor_unit(src)
|
||||
hard_drive = new /obj/item/computer_hardware/hard_drive(src)
|
||||
network_card = new /obj/item/computer_hardware/network_card/advanced(src)
|
||||
|
||||
|
||||
/obj/item/modular_computer/silicon/preset/install_default_programs()
|
||||
|
||||
Reference in New Issue
Block a user