diff --git a/About/Manifest.xml b/About/Manifest.xml index 330bf41..6cb81c7 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,5 +1,5 @@  RJW-Events - 0.0.2 + 0.1.0 \ No newline at end of file diff --git a/Assemblies/RJW-Events.dll b/Assemblies/RJW-Events.dll index 77c75aa..a7a2960 100644 Binary files a/Assemblies/RJW-Events.dll and b/Assemblies/RJW-Events.dll differ diff --git a/RJW-Events.csproj b/RJW-Events.csproj index 930e0ca..6b3e9aa 100644 --- a/RJW-Events.csproj +++ b/RJW-Events.csproj @@ -40,7 +40,7 @@ False - ..\rjw-master\1.2\Assemblies\RJW.dll + ..\RJW\1.2\Assemblies\RJW.dll False diff --git a/Source/JobDrivers/JobDriver_OrgySex.cs b/Source/JobDrivers/JobDriver_OrgySex.cs index 95ddeb1..693291c 100644 --- a/Source/JobDrivers/JobDriver_OrgySex.cs +++ b/Source/JobDrivers/JobDriver_OrgySex.cs @@ -76,7 +76,6 @@ namespace RJW_Events }; toil.AddPreTickAction(delegate { - this.ticks_left--; if (this.pawn.IsHashIntervalTick(this.ticks_between_hearts)) { this.ThrowMetaIcon(this.pawn.Position, this.pawn.Map, ThingDefOf.Mote_Heart);