mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 23:25:34 -07:00
Fake 999 prices with shops/scrubs
This commit is contained in:
parent
d7febc01b4
commit
ae910355c6
1 changed files with 1 additions and 1 deletions
|
@ -4654,7 +4654,7 @@ CustomMessageEntry Randomizer::GetMerchantMessage(RandomizerInf randomizerInf, u
|
|||
} else {
|
||||
shopItemName = EnumToSpoilerfileGetName[shopItemGet];
|
||||
}
|
||||
u16 shopItemPrice = merchantPrices[rc];
|
||||
u16 shopItemPrice = 999;
|
||||
|
||||
if (textId == TEXT_SCRUB_RANDOM && shopItemPrice == 0) {
|
||||
messageEntry = CustomMessageManager::Instance->RetrieveMessage(Randomizer::merchantMessageTableID, TEXT_SCRUB_RANDOM_FREE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue