mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-23 14:22:16 -05:00
Fixes "static drops" (i.e. sticks from withered babas)
This commit is contained in:
parent
9ed7feb30a
commit
7cef38a70a
@ -2147,6 +2147,7 @@ GetItemID Randomizer::GetItemFromGet(RandomizerGet randoGet, GetItemID ogItemId)
|
|||||||
|
|
||||||
bool Randomizer::IsItemVanilla(RandomizerGet randoGet) {
|
bool Randomizer::IsItemVanilla(RandomizerGet randoGet) {
|
||||||
switch (randoGet) {
|
switch (randoGet) {
|
||||||
|
case RG_NONE:
|
||||||
case RG_KOKIRI_SWORD:
|
case RG_KOKIRI_SWORD:
|
||||||
case RG_GIANTS_KNIFE:
|
case RG_GIANTS_KNIFE:
|
||||||
case RG_BIGGORON_SWORD:
|
case RG_BIGGORON_SWORD:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user