Fixes Queen Finder Screen Loc

I am stupid and did not set the variable correctly. I thought I fixed it
though.
This commit is contained in:
GunHog
2016-07-27 08:40:58 -05:00
parent dd589a8c6f
commit 62ced82c3b
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -94,7 +94,7 @@
#define ui_borg_health "EAST-1:28,CENTER-1:15" //borgs have the health display where humans have the pressure damage indicator.
#define ui_alien_health "EAST-1:28,CENTER-1:15" //aliens have the health display where humans have the pressure damage indicator.
#define ui_alienplasmadisplay "EAST-1:28,CENTER-2:15"
#define ui_alien_queen_finder "EAST-1:28,CENTER-3:13"
#define ui_alien_queen_finder "EAST-1:28,CENTER-3:15"
// AI
+2 -1
View File
@@ -33,7 +33,7 @@
icon_state = "queen_finder"
name = "queen sense"
desc = "Allows you to sense the general direction of your Queen."
screen_loc = ui_alienplasmadisplay
screen_loc = ui_alien_queen_finder
/datum/hud/alien/New(mob/living/carbon/alien/humanoid/owner)
..()
@@ -116,6 +116,7 @@
alien_plasma_display = new /obj/screen/alien/plasma_display()
infodisplay += alien_plasma_display
if(!istype(mymob, /mob/living/carbon/alien/humanoid/royal/queen))
alien_queen_finder = new /obj/screen/alien/alien_queen_finder
infodisplay += alien_queen_finder