mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-07 02:15:43 -04:00
Fixes bug where Bean Pack was also granting blue potion
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user