Fixed scrub text checking merchant hint setting (#6378)

This commit is contained in:
Sean Latham 2026-03-19 21:47:35 +01:00 committed by GitHub
parent 8f51dfbaf4
commit 38e684fda3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,7 +146,7 @@ void BuildScrubMessage(uint16_t* textId, bool* loadFromMessageTable) {
"J'abandonne! Tu veux bien m'acheter un [[color]][[1]]%w? Ça fera %y[[2]] Rubis%w!\x07\x10\xA3");
}
BuildMerchantMessage(msg, rc,
!RAND_GET_OPTION(RSK_MERCHANT_TEXT_HINT) ||
!RAND_GET_OPTION(RSK_SCRUB_TEXT_HINT) ||
CVarGetInteger(CVAR_RANDOMIZER_ENHANCEMENT("MysteriousShuffle"), 0));
msg.AutoFormat();
msg.LoadIntoFont();