mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-04-23 08:14:31 +00:00
Granny: don't sell blue potion / item without claim check when adult trade not shuffled (#6363)
This commit is contained in:
parent
6a9567b369
commit
94a02dd53a
|
|
@ -1474,8 +1474,8 @@ void RandomizerOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_l
|
|||
break;
|
||||
}
|
||||
case VB_OFFER_BLUE_POTION: {
|
||||
// Always offer blue potion when adult trade is off
|
||||
*should |= RAND_GET_OPTION(RSK_SHUFFLE_ADULT_TRADE).Is(RO_GENERIC_OFF);
|
||||
*should |= RAND_GET_OPTION(RSK_SHUFFLE_ADULT_TRADE).Is(RO_GENERIC_OFF) &&
|
||||
INV_CONTENT(ITEM_CLAIM_CHECK) == ITEM_CLAIM_CHECK;
|
||||
break;
|
||||
}
|
||||
case VB_OKARINA_TAG_COMPLETE: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue