Initial commit

This commit is contained in:
AbstractConcept 2022-11-02 00:56:22 -05:00
parent fe7c28ad8e
commit 55402b9891
54 changed files with 2515 additions and 92 deletions

19
Defs/JobDefs.xml Normal file
View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<JobDef>
<defName>JoinInSex</defName>
<driverClass>Privacy_Please.JobDriver_JoinInSex</driverClass>
<reportString>joining in on some fun.</reportString>
<casualInterruptible>false</casualInterruptible>
</JobDef>
<JobDef>
<defName>WatchSex</defName>
<driverClass>Privacy_Please.JobDriver_WatchSex</driverClass>
<reportString>watching from afar.</reportString>
<casualInterruptible>false</casualInterruptible>
</JobDef>
</Defs>