Fixes bug where Bean Pack was also granting blue potion

This commit is contained in:
Christopher Leggett 2022-08-25 20:42:34 -04:00
parent 71e7fb9d70
commit 4a51ab3187
No known key found for this signature in database
GPG Key ID: 7093AE5FF7037D79

View File

@ -2186,6 +2186,7 @@ u16 Randomizer_Item_Give(GlobalContext* globalCtx, GetItemEntry giEntry) {
INV_CONTENT(ITEM_BEAN) = ITEM_BEAN;
AMMO(ITEM_BEAN) = 10;
}
return RG_NONE;
}
if (item == RG_DOUBLE_DEFENSE) {