Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/_onclick/hud/_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
#define ui_mood "EAST-1:28,CENTER-3:10"

//living
#define ui_living_pull "EAST-1:28,CENTER-2:15"
#define ui_living_pull "EAST-1:28,CENTER-3:15"
#define ui_living_health "EAST-1:28,CENTER:15"
#define ui_living_healthdoll "EAST-1:28,CENTER-2:13"
#define ui_living_healthdoll "EAST-1:28,CENTER-1:15"

//borgs
#define ui_borg_health "EAST-1:28,CENTER-1:15" //borgs have the health display where humans have the pressure damage indicator.
Expand Down