mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-events.git
synced 2024-08-14 23:57:42 +00:00
versioning
This commit is contained in:
parent
c8b96b4b5c
commit
49fb421099
4 changed files with 17 additions and 14 deletions
|
@ -33,5 +33,10 @@
|
||||||
</loadAfter>
|
</loadAfter>
|
||||||
<description>
|
<description>
|
||||||
RJW Events
|
RJW Events
|
||||||
|
|
||||||
|
Questions, suggestions or bugs?
|
||||||
|
Chat with me on the forums: https://www.loverslab.com/topic/166368-mod-rjw-orgy-event/
|
||||||
|
Or on the rjw discord: https://discord.gg/CXwHhv8
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
</ModMetaData>
|
</ModMetaData>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<Manifest>
|
<Manifest>
|
||||||
<identifier>RJW-Events</identifier>
|
<identifier>RJW-Events</identifier>
|
||||||
<version>0.0.1</version>
|
<version>0.0.2</version>
|
||||||
</Manifest>
|
</Manifest>
|
|
@ -54,8 +54,7 @@ namespace RJW_Events
|
||||||
|
|
||||||
List<Pawn> targets = LordUtility.GetLord(pawn).ownedPawns;
|
List<Pawn> targets = LordUtility.GetLord(pawn).ownedPawns;
|
||||||
|
|
||||||
Pawn pawn2 = null;
|
if (!BestPawnForOrgyExists(pawn, targets, out Pawn pawn2))
|
||||||
if(!BestPawnForOrgyExists(pawn, targets, out pawn2))
|
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,6 +59,5 @@ namespace RJW_Events
|
||||||
{
|
{
|
||||||
return timeoutTrigger.TicksLeft < 300;
|
return timeoutTrigger.TicksLeft < 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue