mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-01 18:07:18 -04:00
Merge branch 'GetItem-renaming' of github.com:garrettjoecox/OOT into shopsanity
This commit is contained in:
@@ -2012,7 +2012,7 @@ GetItemID Randomizer::GetItemIdFromRandomizerGet(RandomizerGet randoGet, GetItem
|
||||
if (GetRandoSettingValue(RSK_GANONS_BOSS_KEY) < 3) {
|
||||
return GI_KEY_BOSS;
|
||||
} else {
|
||||
return randoGet;
|
||||
return (GetItemID)randoGet;
|
||||
}
|
||||
|
||||
case RG_FOREST_TEMPLE_SMALL_KEY:
|
||||
|
||||
Reference in New Issue
Block a user