From f75ed8c06e760c74f38dc3581ecb906139e0cc97 Mon Sep 17 00:00:00 2001
From: Ed86 <email@email.com>
Date: Tue, 9 Jul 2019 11:31:13 +0300
Subject: [PATCH] added girl cum/filth, maybe someday will have some use

---
 Defs/ThingDefs/Filth_Cum.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/Defs/ThingDefs/Filth_Cum.xml b/Defs/ThingDefs/Filth_Cum.xml
index 3a4b061a..bf0d0540 100644
--- a/Defs/ThingDefs/Filth_Cum.xml
+++ b/Defs/ThingDefs/Filth_Cum.xml
@@ -20,4 +20,24 @@
 			<canFilthAttach>true</canFilthAttach>
 		</filth>
 	</ThingDef>
+	
+	<ThingDef ParentName="BaseFilth">
+		<defName>FilthGirlCum</defName>
+		<label>cum</label>
+		<statBases>
+			<!-- vomit is -40 / -15, cum shouldn't be that bad -->
+			<Beauty>-30</Beauty>
+			<Cleanliness>-12</Cleanliness>
+		</statBases>
+		<graphicData>
+			<texPath>Things/Filth/Spatter</texPath>
+			<color>(180, 180, 180, 100)</color>
+		</graphicData>
+		<filth>
+			<rainWashes>true</rainWashes>
+			<!-- animal filth and such is 35, so this is still relatively high -->
+			<cleaningWorkToReduceThickness>40</cleaningWorkToReduceThickness>
+			<canFilthAttach>true</canFilthAttach>
+		</filth>
+	</ThingDef>
 </Defs>
\ No newline at end of file
-- 
GitLab