mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-05-31 09:31:26 -04:00
Fixes Ruto's Letter.
It was accidentally getting classified as a rando item.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user