From eb3a39e506e58a283afdd803c24305962569311b Mon Sep 17 00:00:00 2001
From: jbox1 <40789662+jbox144@users.noreply.github.com>
Date: Sat, 15 Feb 2020 21:36:51 +1100
Subject: [PATCH] Additional Trait "Leaky Fluids"
---
modular_citadel/code/datums/traits/neutral.dm | 9 +++++++++
1 file changed, 9 insertions(+)
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."