diff --git a/code/__DEFINES/hud.dm b/code/__DEFINES/hud.dm index afee77c356..4c48be3fb5 100644 --- a/code/__DEFINES/hud.dm +++ b/code/__DEFINES/hud.dm @@ -94,13 +94,12 @@ #define ui_palette_scroll_offset(north_offset) ("WEST+1:8,NORTH-[6+north_offset]:28") //Middle right (status indicators) - -#define ui_healthdoll "EAST-1:28,CENTER-2:17" -#define ui_health "EAST-1:28,CENTER-1:19" -#define ui_internal "EAST-1:28,CENTER+1:21" // RIP, although nobody will remember this, unsmart coders have used this for other stuff. DO NOT REMOVE UNLESS RENAMING OR REPLACING. -#define ui_mood "EAST-1:28,CENTER:21" -#define ui_stamina "EAST-1:28,CENTER-3:14" -// #define ui_spacesuit "EAST-1:28,CENTER-4:14" +#define ui_healthdoll "EAST-1:28,CENTER-2:13" +#define ui_health "EAST-1:28,CENTER-1:15" +#define ui_internal "EAST-1:28,CENTER+1:19"//CIT CHANGE - moves internal icon up a little bit to accommodate for the stamina meter +#define ui_mood "EAST-1:28,CENTER-3:10" +#define ui_arousal "EAST-1:28,CENTER-4:8" +// #define ui_spacesuit "EAST-1:28,CENTER-4:10" //Pop-up inventory #define ui_shoes "WEST+1:8,SOUTH:5"