This commit is contained in:
Casper3667
2021-04-09 15:20:00 +02:00
committed by GitHub
parent 50408c6db0
commit 3b383fa457
2 changed files with 13 additions and 7 deletions
@@ -89,13 +89,13 @@ There are several things that need to be remembered:
#define DAMAGE_LAYER 2
#define SURGERY_LAYER 3
#define UNDERWEAR_LAYER 4
#define SHOES_LAYER_ALT 5
#define UNIFORM_LAYER 6
#define ID_LAYER 7
#define SHOES_LAYER 8
#define GLOVES_LAYER 9
#define BELT_LAYER 10
#define TAIL_SOUTH_LAYER 11
#define TAIL_SOUTH_LAYER 5
#define SHOES_LAYER_ALT 6
#define UNIFORM_LAYER 7
#define ID_LAYER 8
#define SHOES_LAYER 9
#define GLOVES_LAYER 10
#define BELT_LAYER 11
#define SUIT_LAYER 12
#define ID_LAYER_ALT 13
#define TAIL_NORTH_LAYER 14