mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-26 16:15:19 -07:00
Added return statement in IsVanillaItem before keys.
This commit is contained in:
parent
f391505b0e
commit
812a1e7970
1 changed files with 1 additions and 0 deletions
|
@ -1707,6 +1707,7 @@ bool Randomizer::IsItemVanilla(RandomizerGet randoGet) {
|
|||
case RG_BUY_BOMBS_535:
|
||||
case RG_BUY_RED_POTION_40:
|
||||
case RG_BUY_RED_POTION_50:
|
||||
return true;
|
||||
case RG_FOREST_TEMPLE_SMALL_KEY:
|
||||
case RG_FIRE_TEMPLE_SMALL_KEY:
|
||||
case RG_WATER_TEMPLE_SMALL_KEY:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue