mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
bugfix: null ref exceptions for masturbate, corpse
todo: allow anims for masturbate and corpse?
This commit is contained in:
parent
f8872b6a50
commit
d43eb0d4f9
4 changed files with 15 additions and 4 deletions
|
@ -21,7 +21,6 @@ namespace Rimworld_Animations {
|
|||
RestUtility.WakeUp(pawn);
|
||||
__result = JobMaker.MakeJob(DefDatabase<JobDef>.GetNamed("JoinInBedAnimation", true), partnerInMyBed, partnerInMyBed.CurrentBed());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue