mirror of
https://gitgud.io/Ed86/rjw-fb.git
synced 2024-08-15 00:43:45 +00:00
fix error?
This commit is contained in:
parent
7c75548e60
commit
0ee04f8a80
4 changed files with 6 additions and 2 deletions
Binary file not shown.
Binary file not shown.
|
@ -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)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<Manifest>
|
||||
<identifier>RimJobWorld FB</identifier>
|
||||
<version>1.2.0</version>
|
||||
<version>1.3.0</version>
|
||||
<dependencies>
|
||||
<li>RimJobWorld</li>
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in a new issue