From 2c781e48f16125005616eb29cd84e9f5809c06ab Mon Sep 17 00:00:00 2001 From: DragonTrance Date: Thu, 11 Mar 2021 22:06:56 -0700 Subject: [PATCH] size 4 => size 3 --- modular_citadel/code/modules/arousal/organs/genitals.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/arousal/organs/genitals.dm b/modular_citadel/code/modules/arousal/organs/genitals.dm index 0d44f2c0..29caa913 100644 --- a/modular_citadel/code/modules/arousal/organs/genitals.dm +++ b/modular_citadel/code/modules/arousal/organs/genitals.dm @@ -429,7 +429,7 @@ //genitals bigger than 26 inches / g-cup will appear over clothing, if accepted //otherwise, appear under clothing if(G.slot == "penis" || G.slot == "testicles") - if(G.size < 4) //actually 26 inches + if(G.size < 3) //is actually "less than 11 inches" genital_overlay.layer = -GENITALS_UNDER_LAYER if(G.slot == "breasts") var/obj/item/organ/genital/breasts/B = G