versioning

This commit is contained in:
c0ffee 2021-04-13 20:57:27 -07:00
parent c8b96b4b5c
commit 49fb421099
4 changed files with 17 additions and 14 deletions

View File

@ -33,5 +33,10 @@
</loadAfter>
<description>
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>
</ModMetaData>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>RJW-Events</identifier>
<version>0.0.1</version>
<version>0.0.2</version>
</Manifest>

View File

@ -54,8 +54,7 @@ namespace RJW_Events
List<Pawn> targets = LordUtility.GetLord(pawn).ownedPawns;
Pawn pawn2 = null;
if(!BestPawnForOrgyExists(pawn, targets, out pawn2))
if (!BestPawnForOrgyExists(pawn, targets, out Pawn pawn2))
{
return null;
}

View File

@ -59,6 +59,5 @@ namespace RJW_Events
{
return timeoutTrigger.TicksLeft < 300;
}
}
}