mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
fix ReverseSpiritAdult initialising as true
This commit is contained in:
parent
9b2d092a5b
commit
6c1a82a8d5
1 changed files with 1 additions and 1 deletions
|
@ -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 --- */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue