From b4c01f4d25d4ab6168acce7dc811b061636e6110 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Thu, 30 Jul 2020 18:37:28 +0100 Subject: [PATCH] Breast Fix Naga Fixes breasts for the NAGA hot fix. --- code/__DEFINES/misc.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/__DEFINES/misc.dm b/code/__DEFINES/misc.dm index 1efa51c8..6c6132ff 100644 --- a/code/__DEFINES/misc.dm +++ b/code/__DEFINES/misc.dm @@ -66,9 +66,9 @@ Will print: "/mob/living/carbon/human/death" (you can optionally embed it in a s #define SHOES_LAYER 19 #define GLOVES_LAYER 18 #define EARS_LAYER 17 -#define GENITALS_FRONT_LAYER 17 //Draws some genitalia above clothes and the TAUR body if need be. #define BODY_TAUR_LAYER 16 -#define SUIT_LAYER 15 +#define GENITALS_FRONT_LAYER 11 +#define SUIT_LAYER 14 #define GLASSES_LAYER 13 #define BELT_LAYER 12 //Possible make this an overlay of somethign required to wear a belt? #define SUIT_STORE_LAYER 11