mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-04 22:42:07 +00:00
Vaurca Breeder Health HUD Offset Fix (#10175)
This commit is contained in:
@@ -84,6 +84,8 @@
|
||||
#define ui_nutrition_small "EAST:4,CENTER-2:24"
|
||||
#define ui_temp "EAST-1:28,CENTER-1:13"
|
||||
#define ui_health "EAST-1:28,CENTER:15"
|
||||
#define ui_health_east_loc "EAST-1:28" // used to manipulate the position of the healths screen element, must be same as the one above
|
||||
#define ui_health_east_template "EAST-1:" // ditto
|
||||
#define ui_internal "EAST-1:28,CENTER+1:17"
|
||||
|
||||
//borgs
|
||||
|
||||
@@ -280,6 +280,9 @@
|
||||
mymob.healths.icon_state = "health0"
|
||||
mymob.healths.name = "health"
|
||||
mymob.healths.screen_loc = ui_health
|
||||
if(target.species.healths_x)
|
||||
var/ui_health_loc = replacetext(ui_health, ui_health_east_loc, "[ui_health_east_template][target.species.healths_x]")
|
||||
mymob.healths.screen_loc = ui_health_loc
|
||||
hud_elements |= mymob.healths
|
||||
|
||||
if(hud_data.has_pressure)
|
||||
|
||||
Reference in New Issue
Block a user