mirror of
https://gitgud.io/AbstractConcept/rimworld-animations-patch.git
synced 2024-08-15 00:43:27 +00:00
v 2.0.8
- Implemented potential fix for users experiencing a 'null pawn reference' when pawns masturbate
This commit is contained in:
parent
91b3a80400
commit
4f407628b1
9 changed files with 6 additions and 4 deletions
Binary file not shown.
|
@ -76,7 +76,7 @@ namespace Rimworld_Animations_Patch
|
|||
|
||||
SexProps sexProps = new SexProps();
|
||||
sexProps.pawn = __instance.pawn;
|
||||
sexProps.partner = null;
|
||||
sexProps.partner = __instance.pawn;
|
||||
sexProps.sexType = xxx.rjwSextype.Masturbation;
|
||||
|
||||
IEnumerable<InteractionDef> interactionDefs = DefDatabase<InteractionDef>.AllDefs.Where(x => x.HasModExtension<InteractionExtension>());
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue