This commit is contained in:
Christopher Leggett 2022-08-29 01:03:21 -04:00
parent a84262dbf7
commit f44c588a2c
No known key found for this signature in database
GPG Key ID: 7093AE5FF7037D79

View File

@ -1708,7 +1708,7 @@ bool Randomizer::IsItemVanilla(RandomizerGet randoGet) {
return true;
case RG_GERUDO_FORTRESS_SMALL_KEY:
if (GetRandoSettingValue(RSK_GERUDO_KEYS != 0)) {
return false
return false;
}
return true;
case RG_FOREST_TEMPLE_BOSS_KEY: