From 094bb434cdd9ce5ee6cea4f0e5658931e6a6e6f9 Mon Sep 17 00:00:00 2001 From: Dahlular Date: Sun, 2 Aug 2020 04:06:54 -0600 Subject: [PATCH] Removes leaky breasts --- code/__DEFINES/traits.dm | 2 +- modular_citadel/code/datums/traits/neutral.dm | 3 ++- modular_citadel/code/modules/arousal/organs/breasts.dm | 4 +++- 3 files changed, 6 insertions(+), 3 deletions(-) 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"