mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 21:33:40 -07:00
Merge ef394250a2
into 7b4df9bdb2
This commit is contained in:
commit
3aeaf2f2fb
2 changed files with 5 additions and 4 deletions
|
@ -1091,7 +1091,8 @@ void RandomizerOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_l
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case VB_SELL_POES_TO_POE_COLLECTOR: {
|
case VB_SELL_POES_TO_POE_COLLECTOR: {
|
||||||
if (!Flags_GetRandomizerInf(RAND_INF_10_BIG_POES) && HIGH_SCORE(HS_POE_POINTS) >= 1000) {
|
if (!Flags_GetRandomizerInf(RAND_INF_10_BIG_POES) && HIGH_SCORE(HS_POE_POINTS) >= 1000 &&
|
||||||
|
!(GET_PLAYER(gPlayState)->stateFlags1 & PLAYER_STATE1_IN_ITEM_CS)) {
|
||||||
EnGb* enGb = va_arg(args, EnGb*);
|
EnGb* enGb = va_arg(args, EnGb*);
|
||||||
enGb->textId = 0x70F8;
|
enGb->textId = 0x70F8;
|
||||||
Message_ContinueTextbox(gPlayState, enGb->textId);
|
Message_ContinueTextbox(gPlayState, enGb->textId);
|
||||||
|
|
|
@ -2515,10 +2515,10 @@ void Settings::UpdateOptionProperties() {
|
||||||
"setting where you present the loach to the fishing pond owner.");
|
"setting where you present the loach to the fishing pond owner.");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CVarGetInteger(CVAR_RANDOMIZER_SETTING("CuccosToReturn"), 7) == 0) {
|
if (CVarGetInteger(CVAR_RANDOMIZER_SETTING("BigPoeTargetCount"), 10) == 0) {
|
||||||
mOptions[RSK_CHICKENS_HINT].Disable("Anju will just give you the item instead with 0 chickens.");
|
mOptions[RSK_BIG_POES_HINT].Disable("Poe Collector will just give you the item instead with 0 big poes.");
|
||||||
} else {
|
} else {
|
||||||
mOptions[RSK_CHICKENS_HINT].Enable();
|
mOptions[RSK_BIG_POES_HINT].Enable();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue