diff --git a/modular_splurt/code/modules/arousal/organs/breasts.dm b/modular_splurt/code/modules/arousal/organs/breasts.dm index e79dc92ed3..05aae63389 100644 --- a/modular_splurt/code/modules/arousal/organs/breasts.dm +++ b/modular_splurt/code/modules/arousal/organs/breasts.dm @@ -60,7 +60,6 @@ var/width_multiplier = 0 if(HAS_TRAIT(owner,TRAIT_MESSY)) width_multiplier = 2 - to_chat(world, "trait got!") else switch(round(size * get_size(owner))) if(10 to 20) diff --git a/modular_splurt/code/modules/arousal/organs/penis.dm b/modular_splurt/code/modules/arousal/organs/penis.dm index 086e8f1c38..1c10e6ddb8 100644 --- a/modular_splurt/code/modules/arousal/organs/penis.dm +++ b/modular_splurt/code/modules/arousal/organs/penis.dm @@ -55,18 +55,14 @@ // determine size stage var/length_multiplier = 0 - to_chat(world, "splash!") if(HAS_TRAIT(owner,TRAIT_MESSY)) length_multiplier = 2 - to_chat(world, "trait got!") else switch(round(length * get_size(owner))) if(16 to 32) length_multiplier = 1 - to_chat(world, "size1") if(32 to INFINITY) length_multiplier = 2 - to_chat(world, "size2") // get affected objects var/turf/target_turf = owner.loc