This commit is contained in:
Pepper0ni 2025-04-17 17:18:19 +01:00
commit c025f71757

View file

@ -4515,7 +4515,7 @@ CustomMessage Randomizer::GetMapGetItemMessageWithHint(GetItemEntry itemEntry) {
messageEntry.Replace("[[typeHint]]", Rando::StaticData::hintTextTable[RHT_DUNGEON_ORDINARY].GetHintMessage()); messageEntry.Replace("[[typeHint]]", Rando::StaticData::hintTextTable[RHT_DUNGEON_ORDINARY].GetHintMessage());
} }
//BUG: the icon is not in the message yet so are not accounted for, so overflows are possible // BUG: the icon is not in the message yet so are not accounted for, so overflows are possible
messageEntry.AutoFormat(); messageEntry.AutoFormat();
return messageEntry; return messageEntry;