mirror of
https://gitgud.io/AbstractConcept/privacy-please.git
synced 2024-08-15 00:03:18 +00:00
Bug fixes
- Animation keys should be better synced with the animation (fewer instance of missing keys) - Copied keyframes and cloned stages should no longer be linked to each other -If you delete the first keyframe in a clip, instead of denying you, it will reset the associated actor it to its default starting position - You can now move keyframes over the first one in a clip and override it. If less than two keys remain, new keys will be generated to a minimum of a two - Fixed error when cycling through actor body parts
This commit is contained in:
parent
03e634e56c
commit
a6a550af53
26 changed files with 519 additions and 469 deletions
|
@ -23,7 +23,7 @@
|
|||
<defName>Exhibitionism_Acceptable</defName>
|
||||
<issue>Exhibitionism</issue>
|
||||
<label>acceptable</label>
|
||||
<description>Sex infront of others is normal and deserves no special attention.</description>
|
||||
<description>Having sex out in the open is normal and deserves no special attention.</description>
|
||||
<impact>Low</impact>
|
||||
<displayOrderInIssue>20</displayOrderInIssue>
|
||||
<displayOrderInImpact>1000</displayOrderInImpact>
|
||||
|
@ -34,7 +34,7 @@
|
|||
<defName>Exhibitionism_Approved</defName>
|
||||
<issue>Exhibitionism</issue>
|
||||
<label>approved</label>
|
||||
<description>Physical intimacy is to be celebrated.</description>
|
||||
<description>Displays of physical intimacy are to be celebrated.</description>
|
||||
<impact>Medium</impact>
|
||||
<displayOrderInIssue>10</displayOrderInIssue>
|
||||
<displayOrderInImpact>1000</displayOrderInImpact>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<defName>Infidelity_Heartbreaking</defName>
|
||||
<issue>Infidelity</issue>
|
||||
<label>heartbreaking</label>
|
||||
<description>test</description>
|
||||
<description>Infidelity is a betrayal that will not soon be forgiven or forgotten.</description>
|
||||
<impact>Low</impact>
|
||||
<displayOrderInIssue>30</displayOrderInIssue>
|
||||
<displayOrderInImpact>1000</displayOrderInImpact>
|
||||
|
@ -23,7 +23,7 @@
|
|||
<defName>Infidelity_Disapproved</defName>
|
||||
<issue>Infidelity</issue>
|
||||
<label>disapproved</label>
|
||||
<description>test</description>
|
||||
<description>Cheating on a partner is considered disrespectful.</description>
|
||||
<impact>Low</impact>
|
||||
<displayOrderInIssue>20</displayOrderInIssue>
|
||||
<displayOrderInImpact>1000</displayOrderInImpact>
|
||||
|
@ -34,7 +34,7 @@
|
|||
<defName>Infidelity_Acceptable</defName>
|
||||
<issue>Infidelity</issue>
|
||||
<label>acceptable</label>
|
||||
<description>test</description>
|
||||
<description>Physical intimacy is something that should be explored freely with others.</description>
|
||||
<impact>Low</impact>
|
||||
<displayOrderInIssue>10</displayOrderInIssue>
|
||||
<displayOrderInImpact>1000</displayOrderInImpact>
|
||||
|
|
15
Defs/PreceptDefs/PreceptDef_MasturbationExtension.xml
Normal file
15
Defs/PreceptDefs/PreceptDef_MasturbationExtension.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
<PreceptDef MayRequire="rjw.sexperience.ideology">
|
||||
<defName>Masturbation_Acceptable</defName>
|
||||
<issue>Masturbation</issue>
|
||||
<label>acceptable</label>
|
||||
<description>Masturbation is a normal, healthy activity.</description>
|
||||
<impact>Low</impact>
|
||||
<displayOrderInIssue>10</displayOrderInIssue>
|
||||
<displayOrderInImpact>1000</displayOrderInImpact>
|
||||
<defaultSelectionWeight>100</defaultSelectionWeight>
|
||||
</PreceptDef>
|
||||
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue