Skip to content

Commit

Permalink
Merge pull request #9 from DestinyPlayer/indev
Browse files Browse the repository at this point in the history
Fixed a small issue where, if you don't have Ideology, the filtering …
  • Loading branch information
DestinyPlayer authored Jul 5, 2023
2 parents 84c2255 + b7d1768 commit a92790b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<disallowNotEverStorable>true</disallowNotEverStorable>
<specialFiltersToAllow>
<li>AllowCorpsesStranger</li>
<li>AllowCorpsesSlave</li>
<li MayRequire="ludeon.rimworld.ideology">AllowCorpsesSlave</li>
</specialFiltersToAllow>
</filter>
</defaultStorageSettings>
Expand Down Expand Up @@ -142,7 +142,7 @@
<disallowNotEverStorable>true</disallowNotEverStorable>
<specialFiltersToAllow>
<li>AllowCorpsesStranger</li>
<li>AllowCorpsesSlave</li>
<li MayRequire="ludeon.rimworld.ideology">AllowCorpsesSlave</li>
</specialFiltersToAllow>
</filter>
</defaultStorageSettings>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ So I made this.

## CHANGELOG

- Version 1.4.1: Fixed a small issue where, if you don't have Ideology, the filtering would bug out.
- Version 1.4: Added compatibility for Humanoid Alien Races, fixed some bugs, added some extra information to the Gene Forge.
- Version 1.3.1: Removed that facility. I really cannot get it to work how I want it to to save my life.
- Version 1.3: Added a facility that's necessary for producing category-filtered genepacks.
Expand Down

0 comments on commit a92790b

Please sign in to comment.