mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Compare commits
4 commits
8b469d2e90
...
fbea827f7c
Author | SHA1 | Date | |
---|---|---|---|
|
fbea827f7c | ||
|
b5947db5ac | ||
|
328ea7ae4d | ||
|
5a107703d6 |
2 changed files with 2 additions and 1 deletions
|
@ -217,7 +217,7 @@
|
|||
<headAngle>-49.7821159</headAngle>
|
||||
<bodyOffsetX>-0.245343938</bodyOffsetX>
|
||||
<bodyOffsetZ>-0.0595096871</bodyOffsetZ>
|
||||
<headFacing>2.45901632</headFacing>
|
||||
<headFacing>2</headFacing>
|
||||
<bodyFacing>3</bodyFacing>
|
||||
<tickDuration>33</tickDuration>
|
||||
</li>
|
||||
|
|
|
@ -25,6 +25,7 @@ namespace Rimworld_Animations {
|
|||
participants =
|
||||
participants.OrderBy(p =>
|
||||
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.isReceiver)
|
||||
.OrderBy(p => rjw.xxx.can_fuck(p))
|
||||
.ToList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue