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

View file

@ -4515,7 +4515,7 @@ CustomMessage Randomizer::GetMapGetItemMessageWithHint(GetItemEntry itemEntry) {
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();
return messageEntry;