Render panel string containing scroll count when browsing spell list
This commit is contained in:
parent
f8860233d8
commit
0aafd6d73d
1 changed files with 1 additions and 0 deletions
|
|
@ -777,6 +777,7 @@ void DrawSpellList(const Surface &out)
|
|||
return item.IsScrollOf(spellId);
|
||||
});
|
||||
strcpy(tempstr, fmt::format(ngettext("{:d} Scroll", "{:d} Scrolls", scrollCount), scrollCount).c_str());
|
||||
AddPanelString(tempstr);
|
||||
} break;
|
||||
case RSPLTYPE_CHARGES: {
|
||||
if (myPlayer.plrlevel != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue