bugfix: null ref exceptions for masturbate, corpse

todo: allow anims for masturbate and corpse?
This commit is contained in:
Platinum 2020-04-18 18:52:59 -07:00
parent f8872b6a50
commit d43eb0d4f9
4 changed files with 15 additions and 4 deletions

View file

@ -21,7 +21,6 @@ namespace Rimworld_Animations {
RestUtility.WakeUp(pawn);
__result = JobMaker.MakeJob(DefDatabase<JobDef>.GetNamed("JoinInBedAnimation", true), partnerInMyBed, partnerInMyBed.CurrentBed());
}
}
}
}