Skip to content

Commit

Permalink
move the layers around
Browse files Browse the repository at this point in the history
  • Loading branch information
Ediblebomb committed Jun 8, 2024
1 parent 93d95b5 commit 8816c6a
Showing 1 changed file with 8 additions and 8 deletions.
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

0 comments on commit 8816c6a

Please sign in to comment.