mirror of
https://gitgud.io/AbstractConcept/privacy-please.git
synced 2024-08-15 00:03:18 +00:00
Further updates
This commit is contained in:
parent
3eec691bd3
commit
299934584e
25 changed files with 180 additions and 144 deletions
|
@ -25,6 +25,7 @@ namespace Privacy_Please
|
|||
public static bool ignoreRitualAndPartySex = true;
|
||||
public static bool slavesIgnoreSex = false;
|
||||
public static bool otherFactionsIgnoreSex = false;
|
||||
public static bool rapeIsUninteruptable = true;
|
||||
public static bool whoringIsUninteruptable = true;
|
||||
|
||||
public static bool underwearSufficentForIdeos = true;
|
||||
|
@ -48,8 +49,10 @@ namespace Privacy_Please
|
|||
Scribe_Values.Look(ref ignoreRitualAndPartySex, "ignoreRitualAndPartySex", false);
|
||||
Scribe_Values.Look(ref slavesIgnoreSex, "slavesIgnoreSex", false);
|
||||
Scribe_Values.Look(ref otherFactionsIgnoreSex, "otherFactionsIgnoreSex", false);
|
||||
Scribe_Values.Look(ref rapeIsUninteruptable, "slavesIgnoreSex", true);
|
||||
Scribe_Values.Look(ref whoringIsUninteruptable, "otherFactionsIgnoreSex", true);
|
||||
Scribe_Values.Look(ref underwearSufficentForIdeos, "underwearSufficentForIdeos", true);
|
||||
Scribe_Values.Look(ref underwearSufficentForIdeos, "exposedUnderwearMood", true);
|
||||
Scribe_Values.Look(ref exposedUnderwearMood, "exposedUnderwearMood", true);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -107,7 +110,9 @@ namespace Privacy_Please
|
|||
listingStandard.CheckboxLabeled("slaves_ignore_sex".Translate(), ref BasicSettings.slavesIgnoreSex, "slaves_ignore_sex_desc".Translate());
|
||||
listingStandard.CheckboxLabeled("other_factions_ignore_sex".Translate(), ref BasicSettings.otherFactionsIgnoreSex, "other_factions_ignore_sex_desc".Translate());
|
||||
listingStandard.CheckboxLabeled("major_taboo_can_start_fights".Translate(), ref BasicSettings.majorTabooCanStartFights, "major_taboo_can_start_fights_desc".Translate());
|
||||
|
||||
listingStandard.CheckboxLabeled("rape_is_uninteruptable".Translate(), ref BasicSettings.rapeIsUninteruptable, "rape_is_uninteruptable_desc".Translate());
|
||||
listingStandard.CheckboxLabeled("whoring_is_uninteruptable".Translate(), ref BasicSettings.whoringIsUninteruptable, "whoring_is_uninteruptable".Translate());
|
||||
|
||||
listingStandard.Gap(20f);
|
||||
|
||||
listingStandard.Label("chance_for_other_to_join_in_sex".Translate() + ": " + BasicSettings.chanceForOtherToJoinInSex.ToString("F"), -1f, "chance_for_other_to_join_in_sex_desc".Translate());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue