mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'dev' into shock
This commit is contained in:
commit
9d0a8aea49
@ -14,6 +14,6 @@
|
||||
"Based off Marshmallow made by#Mister_Nebula",
|
||||
"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);
|
||||
}
|
||||
|
||||
if (__instance._wasProjecting) __instance._mindProjectorTrigger.SetProjectorActive(false);
|
||||
|
||||
__instance.gameObject.GetComponent<Collider>().enabled = true;
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user