diff --git a/code/__DEFINES/traits.dm b/code/__DEFINES/traits.dm
index d1c74674..e7e63959 100644
--- a/code/__DEFINES/traits.dm
+++ b/code/__DEFINES/traits.dm
@@ -149,7 +149,7 @@
#define TRAIT_MUSICIAN "musician"
#define TRAIT_CROCRIN_IMMUNE "crocin_immune"
#define TRAIT_NYMPHO "nymphomania"
-#define TRAIT_FLUID_LEAK "leaky_fluids"
+//#define TRAIT_FLUID_LEAK "leaky_fluids" removed because milk snail trails are not okay
#define TRAIT_MASO "masochism"
#define TRAIT_HIGH_BLOOD "high_blood"
#define TRAIT_PHARMA "hepatic_pharmacokinesis"
diff --git a/modular_citadel/code/datums/traits/neutral.dm b/modular_citadel/code/datums/traits/neutral.dm
index f064f757..5e48909e 100644
--- a/modular_citadel/code/datums/traits/neutral.dm
+++ b/modular_citadel/code/datums/traits/neutral.dm
@@ -41,7 +41,7 @@
var/active = FALSE
var/power = 0
var/cachedmoveCalc = 1
-
+/*
/datum/quirk/fluid_leak
name = "Leaky breasts"
desc = "You don't stop making milk, and you have a habit of leaking everywhere when your breasts are full"
@@ -50,3 +50,4 @@
medical_record_text = "Patient poorly controls their fluids."
gain_text = "You feel like your leaking everywhere."
lose_text = "You feel like you can control your fluids."
+*/
diff --git a/modular_citadel/code/modules/arousal/organs/breasts.dm b/modular_citadel/code/modules/arousal/organs/breasts.dm
index de4d0d70..67cd4628 100644
--- a/modular_citadel/code/modules/arousal/organs/breasts.dm
+++ b/modular_citadel/code/modules/arousal/organs/breasts.dm
@@ -44,9 +44,11 @@
if(!sent_full_message)
send_full_message()
sent_full_message = TRUE
+ /*
if(HAS_TRAIT(owner, TRAIT_FLUID_LEAK))
reagents.get_master_reagent().reaction_turf(get_turf(owner), 3)
reagents.remove_reagent(fluid_id, 3)
+ */
return FALSE
sent_full_message = FALSE
reagents.isolate_reagent(fluid_id)
@@ -159,4 +161,4 @@
else if (cached_size >= 25 && cached_size < 30)
size = "giga"
else if (cached_size >= 30)
- size = "impossible"
\ No newline at end of file
+ size = "impossible"