mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2026-06-18 11:25:45 +00:00
Compare commits
4 commits
72692c880f
...
c5abe68c88
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5abe68c88 | ||
|
|
6efa16a24f | ||
|
|
17ef5abd35 | ||
|
|
8f2617c1ab |
3 changed files with 291 additions and 346 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -15,15 +15,6 @@
|
||||||
</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,9 +25,7 @@ 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.isRevese /*Gargulefix!!!*/
|
&& !(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.isReceiver)
|
|
||||||
.OrderBy(p => rjw.xxx.can_fuck(p))
|
|
||||||
.ToList();
|
.ToList();
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue