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
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; INV_CONTENT(ITEM_BEAN) = ITEM_BEAN;
AMMO(ITEM_BEAN) = 10; AMMO(ITEM_BEAN) = 10;
} }
return RG_NONE;
} }
if (item == RG_DOUBLE_DEFENSE) { if (item == RG_DOUBLE_DEFENSE) {