mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Syndi Borg HUD Fix (#11043)
This commit is contained in:
@@ -39,6 +39,9 @@
|
||||
law_manager = new(src)
|
||||
rcon = new(src)
|
||||
|
||||
if(computer_path)
|
||||
computer = new computer_path(src)
|
||||
|
||||
if(!register_alarms)
|
||||
return
|
||||
|
||||
@@ -46,9 +49,6 @@
|
||||
AH.register_alarm(src, /mob/living/silicon/proc/receive_alarm)
|
||||
queued_alarms[AH] = list() // Makes sure alarms remain listed in consistent order
|
||||
|
||||
if(computer_path)
|
||||
computer = new computer_path(src)
|
||||
|
||||
/mob/living/silicon/ai/init_subsystems()
|
||||
..()
|
||||
ntnet_monitor = new(src)
|
||||
|
||||
Reference in New Issue
Block a user