Merge pull request #1374 from leggettc18/rando-next

Added return statement in IsVanillaItem before keys
This commit is contained in:
briaguya 2022-09-01 18:27:11 -04:00 committed by GitHub
commit 331ae90c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1707,6 +1707,7 @@ bool Randomizer::IsItemVanilla(RandomizerGet randoGet) {
case RG_BUY_BOMBS_535: case RG_BUY_BOMBS_535:
case RG_BUY_RED_POTION_40: case RG_BUY_RED_POTION_40:
case RG_BUY_RED_POTION_50: case RG_BUY_RED_POTION_50:
return true;
case RG_FOREST_TEMPLE_SMALL_KEY: case RG_FOREST_TEMPLE_SMALL_KEY:
case RG_FIRE_TEMPLE_SMALL_KEY: case RG_FIRE_TEMPLE_SMALL_KEY:
case RG_WATER_TEMPLE_SMALL_KEY: case RG_WATER_TEMPLE_SMALL_KEY: