mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Syndi Borg HUD Fix (#11043)
This commit is contained in:
@@ -120,9 +120,9 @@ var/obj/screen/robot_inventory
|
||||
mymob.zone_sel.add_overlay(image('icons/mob/zone_sel.dmi', "[mymob.zone_sel.selecting]"))
|
||||
|
||||
// Computer device hud
|
||||
|
||||
r.computer.screen_loc = ui_oxygen
|
||||
r.computer.layer = SCREEN_LAYER
|
||||
if(r.computer)
|
||||
r.computer.screen_loc = ui_oxygen
|
||||
r.computer.layer = SCREEN_LAYER
|
||||
|
||||
|
||||
//Handle the gun settings buttons
|
||||
|
||||
@@ -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