From d85429cab5f414165b7a256bfe8741159177128d Mon Sep 17 00:00:00 2001 From: vincibrv Date: Sat, 30 Mar 2024 00:03:30 +0100 Subject: [PATCH 1/2] not proper way but it work so you tell me what you expect --- code/__DEFINES/human.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/__DEFINES/human.dm b/code/__DEFINES/human.dm index f2d60983b74c..9331bc0d2ba2 100644 --- a/code/__DEFINES/human.dm +++ b/code/__DEFINES/human.dm @@ -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 // | From 334f8d31b442e648a974e91a6773c1c41a08f05d Mon Sep 17 00:00:00 2001 From: vincibrv Date: Sat, 30 Mar 2024 00:11:09 +0100 Subject: [PATCH 2/2] this prop needs change too --- code/__DEFINES/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/human.dm b/code/__DEFINES/human.dm index 9331bc0d2ba2..973d180bff92 100644 --- a/code/__DEFINES/human.dm +++ b/code/__DEFINES/human.dm @@ -178,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