Removes leaky breasts

This commit is contained in:
Dahlular
2020-08-02 04:06:54 -06:00
parent 8f0eabe199
commit 094bb434cd
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -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"
@@ -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 = "<span class='notice'>You feel like your leaking everywhere.</span>"
lose_text = "<span class='notice'>You feel like you can control your fluids.</span>"
*/
@@ -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"
size = "impossible"