Skip to content

Commit

Permalink
Extra release-action can now be set to None when the default action h…
Browse files Browse the repository at this point in the history
…as a value set
  • Loading branch information
emipa606 committed Nov 6, 2024
1 parent cb555bc commit f23d9ae
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 4 deletions.
Binary file modified 1.5/Assemblies/CustomPrisonerInteractions.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ Since modding is just a hobby for me I expect no donations to keep modding. If y
[/list]

[url=https://steamcommunity.com/sharedfiles/filedetails/changelog/2841231775][img]https://img.shields.io/github/v/release/emipa606/CustomPrisonerInteractions?label=latest%20version&amp;style=plastic&amp;labelColor=0070cd&amp;color=white[/img][/url] | tags: prison management, new options, customization</description>
<modVersion IgnoreIfNoMatchingField="True">1.5.7</modVersion>
<modVersion IgnoreIfNoMatchingField="True">1.5.8</modVersion>
</ModMetaData>
3 changes: 3 additions & 0 deletions About/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog for CustomPrisonerInteractions

1.5.8 - Extra release-action can now be set to None when the default action has a value set


1.5.7 - Removes dead and destroyed pawns from the Pawn-list on save, to avoid null-errors on load


Expand Down
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>CustomPrisonerInteractions</identifier>
<version>1.5.7</version>
<version>1.5.8</version>
<dependencies />
<incompatibleWith />
<loadBefore />
Expand Down
2 changes: 1 addition & 1 deletion About/ModSync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ModSyncNinjaData>
<ID>74b7df5b-73c0-4825-884b-61df997d22b7</ID>
<ModName>Custom Prisoner Interactions</ModName>
<Version>1.5.7</Version>
<Version>1.5.8</Version>
<SaveBreaking>False</SaveBreaking>
<Host name="Github">
<Owner>emipa606</Owner>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<DebugType>None</DebugType>
<LangVersion>latest</LangVersion>
<FileVersion>1.5.7</FileVersion>
<FileVersion>1.5.8</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Krafs.Rimworld.Ref">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public static void Prefix(out Tuple<List<FloatMenuOption>, string> __state)
{
case "Release":
if (currentExtraInterraction is not (ReleaseWhenHealthy or ReleaseWhenAbleToWalk or ReleaseWhenNotGuilty
or None
))
{
extraInteractionsTracker[pawn] = Undefined;
Expand Down
Binary file modified Source/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f23d9ae

Please sign in to comment.