This commit is contained in:
JohnCorby 2023-10-21 00:00:33 -07:00
parent 9349f38c58
commit 4ab010637f

View File

@ -132,7 +132,7 @@ public class DreamLanternPatches : QSBPatch
public static void Awake(DreamLanternController __instance)
{
__instance._lensFlare.brightness = 0.5f; // ghost lanterns use this
// also has more blue lens flare. keep it like that for gameplay or wtv
// also has blue lens flare instead of green. keep it like that for gameplay or wtv
}
[HarmonyPrefix]