Syndi Borg HUD Fix (#11043)

This commit is contained in:
Geeves
2021-01-23 19:08:28 +01:00
committed by GitHub
parent 5add032fcf
commit 24cbfc621b
3 changed files with 12 additions and 6 deletions
+3 -3
View File
@@ -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)