diff --git a/Defs/ThingDefs/Filth_Cum.xml b/Defs/ThingDefs/Filth_Cum.xml
index 3a4b061a952128273c43f22ac2795aa463b584bf..bf0d05401717e4d232e8a9ade3a7dfc4f66eae8b 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