mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
stopped preventing vanilla rjw jobdriver from playing anim now that pawns get out of bed
This commit is contained in:
parent
ab3a87bb5f
commit
94e879a570
2 changed files with 1 additions and 2 deletions
Binary file not shown.
|
@ -23,8 +23,7 @@ namespace Rimworld_Animations {
|
||||||
}
|
}
|
||||||
|
|
||||||
if(__instance is JobDriver_JoinInBed) {
|
if(__instance is JobDriver_JoinInBed) {
|
||||||
Log.Warning("Tried to start wrong JobDriver with Rimworld-Animations installed. If you see this warning soon after installing this mod, it's fine and animated sex will start soon. If you see this a long time after installing, that's a problem.");
|
Log.Warning("Playing regular RJW joininbed jobdriver, if it animates properly ignore this warning");
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Pawn pawn = __instance.pawn;
|
Pawn pawn = __instance.pawn;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue