mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-17 23:15:11 -05:00
Anotha one (removing LACS stuff)
This commit is contained in:
parent
ec7e3d350a
commit
8abfa4821f
@ -1793,18 +1793,6 @@ void Randomizer::ParseRandomizerSettingsFile(const char* spoilerFileName) {
|
|||||||
gSaveContext.randoSettings[index].value = 4;
|
gSaveContext.randoSettings[index].value = 4;
|
||||||
} else if(it.value() == "Anywhere") {
|
} else if(it.value() == "Anywhere") {
|
||||||
gSaveContext.randoSettings[index].value = 5;
|
gSaveContext.randoSettings[index].value = 5;
|
||||||
} else if(it.value() == "LACS-Vanilla") {
|
|
||||||
gSaveContext.randoSettings[index].value = 6;
|
|
||||||
} else if(it.value() == "LACS-Medallions") {
|
|
||||||
gSaveContext.randoSettings[index].value = 7;
|
|
||||||
} else if(it.value() == "LACS-Stones") {
|
|
||||||
gSaveContext.randoSettings[index].value = 8;
|
|
||||||
} else if(it.value() == "LACS-Rewards") {
|
|
||||||
gSaveContext.randoSettings[index].value = 9;
|
|
||||||
} else if(it.value() == "LACS-Dungeons") {
|
|
||||||
gSaveContext.randoSettings[index].value = 10;
|
|
||||||
} else if(it.value() == "LACS-Tokens") {
|
|
||||||
gSaveContext.randoSettings[index].value = 11;
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case RSK_SKIP_CHILD_ZELDA:
|
case RSK_SKIP_CHILD_ZELDA:
|
||||||
|
Loading…
Reference in New Issue
Block a user