mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-toys-and-masturbation.git
synced 2024-08-15 00:43:44 +00:00
Merge branch 'Taberu-master-patch-52772' into 'master'
Update and Recompile for 1.4 See merge request c0ffeeeeeeee/rjw-toys-and-masturbation!1
This commit is contained in:
commit
67bf9b422e
8 changed files with 15 additions and 2 deletions
0
1.3/.gitkeep
Normal file
0
1.3/.gitkeep
Normal file
0
1.3/Assemblies/.gitkeep
Normal file
0
1.3/Assemblies/.gitkeep
Normal file
0
1.4/.gitkeep
Normal file
0
1.4/.gitkeep
Normal file
0
1.4/Assemblies/.gitkeep
Normal file
0
1.4/Assemblies/.gitkeep
Normal file
BIN
1.4/Assemblies/RJW-ToysAndMasturbation.dll
Normal file
BIN
1.4/Assemblies/RJW-ToysAndMasturbation.dll
Normal file
Binary file not shown.
13
LoadFolders.xml
Normal file
13
LoadFolders.xml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
|
||||||
|
<loadFolders>
|
||||||
|
<v1.3>
|
||||||
|
<li>/</li>
|
||||||
|
<li>1.3</li>
|
||||||
|
</v1.3>
|
||||||
|
|
||||||
|
<v1.4>
|
||||||
|
<li>/</li>
|
||||||
|
<li>1.4</li>
|
||||||
|
</v1.4>
|
||||||
|
</loadFolders>
|
|
@ -1,4 +1,4 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
@ -13,7 +13,7 @@ namespace RJW_ToysAndMasturbation {
|
||||||
|
|
||||||
public static IntVec3 FapLocation(Pawn p) => CasualSex_Helper.FindSexLocation(p);
|
public static IntVec3 FapLocation(Pawn p) => CasualSex_Helper.FindSexLocation(p);
|
||||||
|
|
||||||
protected override Job TryGiveJob(Pawn pawn) {
|
public override Job TryGiveJob(Pawn pawn) {
|
||||||
|
|
||||||
if (pawn.Drafted) {
|
if (pawn.Drafted) {
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in a new issue