mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 07:05:34 -07:00
Fixes bug where Bean Pack was also granting blue potion
This commit is contained in:
parent
71e7fb9d70
commit
4a51ab3187
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue