This commit is contained in:
moreoreganostodump 2021-08-14 00:29:43 +09:00
parent 1851627615
commit c1ac806cb2
35 changed files with 778 additions and 45 deletions

Binary file not shown.

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<ThingDef ParentName="GatheredCum">
<defName>GatheredCumMixture</defName>
<label>cum mixture</label>
<description>Gathered mixture of cum.</description>
<thingClass>RJW_Menstruation.Sexperience.GatheredCumMixture</thingClass>
<graphicData>
<texPath>Things/Item/GatheredCum</texPath>
<drawSize>1</drawSize>
<graphicClass>Graphic_StackCount</graphicClass>
</graphicData>
</ThingDef>
</Defs>

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<JobDef>
<defName>VaginaWashingwithBucket</defName>
<driverClass>RJW_Menstruation.Sexperience.JobDriver_VaginaWashingWithBucket</driverClass>
<reportString>washing vagina</reportString>
<casualInterruptible>true</casualInterruptible>
</JobDef>
</Defs>