Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removes helmet squad sprite after removing helmet #6044

Closed
wants to merge 2 commits into from
Closed
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
5 changes: 3 additions & 2 deletions code/__DEFINES/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@
/// Unrevivable headshot overlays, suicide/execution.
#define HEADSHOT_LAYER 18
#define HEAD_LAYER 17
#define HEAD_SQUAD_LAYER 16
#define HEAD_SQUAD_LAYER 64
#define HEAD_GARB_LAYER_1 16
#define HEAD_GARB_LAYER_2 15 // These actual defines are unused but this space within the overlays list is
#define HEAD_GARB_LAYER_3 14 // |
#define HEAD_GARB_LAYER_4 13 // |
Expand All @@ -177,7 +178,7 @@
/// If you're hit by an acid DoT
#define EFFECTS_LAYER 1

#define TOTAL_LAYERS 42
#define TOTAL_LAYERS 64
//////////////////////////////////

//Synthetic Defines
Expand Down
Loading