mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Compare commits
4 commits
c4a4f60fa0
...
af6bd2e77e
Author | SHA1 | Date | |
---|---|---|---|
|
af6bd2e77e | ||
|
b5947db5ac | ||
|
328ea7ae4d | ||
|
82fb2d6c6c |
2 changed files with 4 additions and 1 deletions
|
@ -473,7 +473,9 @@ namespace Rimworld_Animations {
|
||||||
Scribe_Values.Look(ref headFacing, "RJWAnimations-headFacing");
|
Scribe_Values.Look(ref headFacing, "RJWAnimations-headFacing");
|
||||||
Scribe_Values.Look(ref headFacing, "RJWAnimations-bodyFacing");
|
Scribe_Values.Look(ref headFacing, "RJWAnimations-bodyFacing");
|
||||||
|
|
||||||
Scribe_Values.Look(ref quiver, "RJWAnimations-orgasmQuiver");
|
Scribe_Values.Look(ref quiver, "RJWAnimations-orgasmQuiver");
|
||||||
|
|
||||||
|
Scribe_Values.Look(ref Animating, "RJWAnimations-Animating");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void shiftActorPositionAndRestartAnimation() {
|
public void shiftActorPositionAndRestartAnimation() {
|
||||||
|
|
|
@ -25,6 +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.isReceiver)
|
&& !(p.jobs.curDriver as rjw.JobDriver_Sex).Sexprops.isReceiver)
|
||||||
.OrderBy(p => rjw.xxx.can_fuck(p))
|
.OrderBy(p => rjw.xxx.can_fuck(p))
|
||||||
.ToList();
|
.ToList();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue