fix ReverseSpiritAdult initialising as true

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

View file

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