diff --git a/modular_citadel/code/datums/traits/neutral.dm b/modular_citadel/code/datums/traits/neutral.dm index 197c9b94..6f5eb162 100644 --- a/modular_citadel/code/datums/traits/neutral.dm +++ b/modular_citadel/code/datums/traits/neutral.dm @@ -41,3 +41,12 @@ var/active = FALSE var/power = 0 var/cachedmoveCalc = 1 + +/datum/quirk/fluid_leak + name = "Leaky fluids" + desc = "You don't stop making fluids, and you have a habbit of leaking everywhere when you are full" + mob_trait = TRAIT_FLUID_LEAK + value = 0 + 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."