mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2026-06-18 19:35:58 +00:00
Compare commits
2 commits
c5abe68c88
...
72692c880f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
72692c880f | ||
|
|
3fb106e8f3 |
3 changed files with 350 additions and 295 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -15,6 +15,15 @@
|
||||||
</value>
|
</value>
|
||||||
</match>
|
</match>
|
||||||
</li>
|
</li>
|
||||||
|
<li Class="PatchOperationConditional">
|
||||||
|
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName = "Alien_Nyaron"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[bodyPartLabel="tail"]</xpath>
|
||||||
|
<match Class="PatchOperationAdd">
|
||||||
|
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName = "Alien_Nyaron"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[bodyPartLabel="tail"]</xpath>
|
||||||
|
<value>
|
||||||
|
<drawnInBed>false</drawnInBed>
|
||||||
|
</value>
|
||||||
|
</match>
|
||||||
|
</li>
|
||||||
</operations>
|
</operations>
|
||||||
</match>
|
</match>
|
||||||
</Operation>
|
</Operation>
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,9 @@ namespace Rimworld_Animations {
|
||||||
participants =
|
participants =
|
||||||
participants.OrderBy(p =>
|
participants.OrderBy(p =>
|
||||||
p.jobs.curDriver is rjw.JobDriver_Sex
|
p.jobs.curDriver is rjw.JobDriver_Sex
|
||||||
&& !(p.jobs.curDriver as rjw.JobDriver_Sex).Sexprops.IsSubmissive()) //New Gargulefix. canFuck check is gone cuz it tends to break stuff
|
&& !(p.jobs.curDriver as rjw.JobDriver_Sex).Sexprops.isRevese /*Gargulefix!!!*/
|
||||||
|
&& !(p.jobs.curDriver as rjw.JobDriver_Sex).Sexprops.isReceiver)
|
||||||
|
.OrderBy(p => rjw.xxx.can_fuck(p))
|
||||||
.ToList();
|
.ToList();
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue