fix ReverseSpiritAdult initialising as true

This commit is contained in:
Pepper0ni 2025-04-24 22:31:20 +01:00
parent 9b2d092a5b
commit 6c1a82a8d5

View file

@ -193,7 +193,7 @@ class Logic {
bool Spirit4FSwitch = false;
bool SpiritPushed4FMirrors = false;
bool ReverseSpiritChild = false;
bool ReverseSpiritAdult = true;
bool ReverseSpiritAdult = false;
/* --- END OF HELPERS AND LOCATION ACCESS --- */