diff --git a/1.3/Assemblies/FB.dll b/1.3/Assemblies/FB.dll index 5a74a19..88fbdbf 100644 Binary files a/1.3/Assemblies/FB.dll and b/1.3/Assemblies/FB.dll differ diff --git a/1.3/Assemblies/FB.pdb b/1.3/Assemblies/FB.pdb index 4236433..33901b8 100644 Binary files a/1.3/Assemblies/FB.pdb and b/1.3/Assemblies/FB.pdb differ diff --git a/1.3/Source/FB/fb.cs b/1.3/Source/FB/fb.cs index 6e48355..e5cbb62 100644 --- a/1.3/Source/FB/fb.cs +++ b/1.3/Source/FB/fb.cs @@ -28,6 +28,10 @@ namespace rjwfb { try { + if (pawn == null) + { + return; + } if (partner == null) { return; @@ -49,7 +53,7 @@ namespace rjwfb beautystage = 3; if (beautystage != -1) - p1.needs.mood.thoughts.memories.TryGainMemory(ThoughtMaker.MakeThought(RJW_Beautyfuck, beautystage), null); + p1?.needs?.mood?.thoughts?.memories?.TryGainMemory(ThoughtMaker.MakeThought(RJW_Beautyfuck, beautystage), null); } } catch(Exception e) diff --git a/About/Manifest.xml b/About/Manifest.xml index 8f24b0b..60b5f0e 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@ RimJobWorld FB - 1.2.0 + 1.3.0
  • RimJobWorld