mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
missed a patch 13 thing
This commit is contained in:
parent
d9efdb3e51
commit
997576993e
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user