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

glasses slot doesn't suck anymore #287

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
16 changes: 8 additions & 8 deletions code/__DEFINES/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@
#define SUIT_LAYER 30
#define SUIT_GARB_LAYER 29
#define SUIT_SQUAD_LAYER 28
#define GLASSES_LAYER 27
#define BELT_LAYER 26
#define SUIT_STORE_LAYER 25
#define BACK_LAYER 24
#define HAIR_LAYER 23
#define HAIR_GRADIENT_LAYER 22
#define FACIAL_LAYER 21
#define EARS_LAYER 20
#define BELT_LAYER 27
#define SUIT_STORE_LAYER 26
#define BACK_LAYER 25
#define HAIR_LAYER 24
#define HAIR_GRADIENT_LAYER 23
#define FACIAL_LAYER 22
#define EARS_LAYER 21
#define GLASSES_LAYER 20
#define FACEMASK_LAYER 19

/// Unrevivable headshot overlays, suicide/execution.
Expand Down
Loading