mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user