mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-events.git
synced 2024-08-14 23:57:42 +00:00
tweaks for orgy
This commit is contained in:
parent
d57843182c
commit
4c8fa63c50
6 changed files with 50 additions and 6 deletions
|
@ -28,7 +28,8 @@ namespace RJW_Events
|
|||
if(ModLister.IdeologyInstalled)
|
||||
{
|
||||
var ideo = Faction.OfPlayer.ideos.PrimaryIdeo;
|
||||
if (!ideo.HasPrecept(DefDatabase<PreceptDef>.GetNamed("Lovin_FreeApproved", true)))
|
||||
if (!ideo.HasPrecept(DefDatabase<PreceptDef>.GetNamed("Lovin_FreeApproved", true)) &&
|
||||
!ideo.HasPrecept(DefDatabase<PreceptDef>.GetNamed("Lovin_Free", true)))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue