mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-06 01:00:16 +00:00
remove dream lantern model swap prevention since it breaks other visuals
This commit is contained in:
parent
98dd4f30c8
commit
6ae063e2af
@ -126,6 +126,8 @@ internal class DreamLanternPatches : QSBPatch
|
||||
}
|
||||
|
||||
|
||||
// BUG: this breaks focus petals and concealer covers, since those act on the world model
|
||||
/*
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(DreamLanternController), nameof(DreamLanternController.UpdateVisuals))]
|
||||
public static bool UpdateVisuals(DreamLanternController __instance)
|
||||
@ -219,4 +221,5 @@ internal class DreamLanternPatches : QSBPatch
|
||||
__instance.ClearDirtyFlags();
|
||||
return false;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user