mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-23 06:02:08 -05:00
Oops part 2
This commit is contained in:
parent
f44c588a2c
commit
51dbee365a
@ -1707,7 +1707,7 @@ bool Randomizer::IsItemVanilla(RandomizerGet randoGet) {
|
|||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
case RG_GERUDO_FORTRESS_SMALL_KEY:
|
case RG_GERUDO_FORTRESS_SMALL_KEY:
|
||||||
if (GetRandoSettingValue(RSK_GERUDO_KEYS != 0)) {
|
if (GetRandoSettingValue(RSK_GERUDO_KEYS) != 0) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user