mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Suit up broke again #333
This commit is contained in:
parent
e3d5eca60f
commit
8c40e67d92
@ -4,6 +4,7 @@ using NewHorizons.Utility;
|
|||||||
using NewHorizons.Utility.OuterWilds;
|
using NewHorizons.Utility.OuterWilds;
|
||||||
using NewHorizons.Utility.OWML;
|
using NewHorizons.Utility.OWML;
|
||||||
using System;
|
using System;
|
||||||
|
using System.Linq;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
@ -102,6 +103,7 @@ namespace NewHorizons.Builder.General
|
|||||||
{
|
{
|
||||||
handler.Method.Invoke(handler.Target, new object[] { command });
|
handler.Method.Invoke(handler.Target, new object[] { command });
|
||||||
}
|
}
|
||||||
|
spv._interactVolume._listInteractions.First(x => x.promptText == UITextType.SuitUpPrompt).interactionEnabled = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user