mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
commit
c092880cbe
@ -14,6 +14,6 @@
|
|||||||
"Based off Marshmallow made by#Mister_Nebula",
|
"Based off Marshmallow made by#Mister_Nebula",
|
||||||
"With help from#AmazingAlek\n#Raicuparta\n#and the Outer Wilds discord server",
|
"With help from#AmazingAlek\n#Raicuparta\n#and the Outer Wilds discord server",
|
||||||
" ",
|
" ",
|
||||||
"This work is unofficial Fan Content"
|
"This work is unofficial Fan Content and is not affiliated with Mobius Digital"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -71,6 +71,10 @@ namespace NewHorizons.Patches
|
|||||||
base_DropItem(__instance, position, normal, parent, sector, customDropTarget);
|
base_DropItem(__instance, position, normal, parent, sector, customDropTarget);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (__instance._wasProjecting) __instance._mindProjectorTrigger.SetProjectorActive(false);
|
||||||
|
|
||||||
|
__instance.gameObject.GetComponent<Collider>().enabled = true;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user