patch for rmb menu joinninbed job

This commit is contained in:
Platinum 2020-07-24 16:36:11 -07:00
parent 4f6fc144e1
commit 49c9ca341d
4 changed files with 26 additions and 4 deletions

View file

@ -22,10 +22,6 @@ namespace Rimworld_Animations {
return;
}
if(__instance is JobDriver_JoinInBed) {
Log.Warning("Playing regular RJW joininbed jobdriver, if it animates properly ignore this warning");
}
Pawn pawn = __instance.pawn;
Building_Bed bed = __instance.Bed;