mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-13 06:58:03 -05:00
Fixes Ruto's Letter.
It was accidentally getting classified as a rando item.
This commit is contained in:
parent
7e0e8c63af
commit
0e2530cd49
@ -1857,6 +1857,8 @@ GetItemID Randomizer::GetItemFromGet(RandomizerGet randoGet, GetItemID ogItemId)
|
||||
|
||||
case RG_ZELDAS_LETTER:
|
||||
return GI_LETTER_ZELDA;
|
||||
case RG_RUTOS_LETTER:
|
||||
return GI_LETTER_RUTO;
|
||||
|
||||
case RG_POCKET_EGG:
|
||||
return GI_POCKET_EGG;
|
||||
@ -2172,6 +2174,7 @@ bool Randomizer::IsItemVanilla(RandomizerGet randoGet) {
|
||||
case RG_MAGIC_BEAN:
|
||||
case RG_WEIRD_EGG:
|
||||
case RG_ZELDAS_LETTER:
|
||||
case RG_RUTOS_LETTER:
|
||||
case RG_POCKET_EGG:
|
||||
case RG_COJIRO:
|
||||
case RG_ODD_MUSHROOM:
|
||||
|
Loading…
Reference in New Issue
Block a user