missed a patch 13 thing

This commit is contained in:
JohnCorby 2022-10-10 22:35:45 -07:00
parent d9efdb3e51
commit 997576993e

View File

@ -149,6 +149,12 @@ internal class ItemRemotePatches : QSBPatch
return true;
}
if (__instance._isProjecting)
{
__instance._mindProjectorTrigger.SetProjectorActive(false);
__instance._isProjecting = false;
}
// if (Locator.GetDreamWorldController().IsInDream())
// {
base_DropItem(__instance, position, normal, parent, sector, customDropTarget);
@ -213,6 +219,12 @@ internal class ItemRemotePatches : QSBPatch
return true;
}
if (__instance._isProjecting)
{
__instance._mindProjectorTrigger.SetProjectorActive(false);
__instance._isProjecting = false;
}
base_SocketItem(__instance, socketTransform, sector);
if (__instance._visionBeam != null)
{