Browse Source

Render panel string containing scroll count when browsing spell list

pull/3084/head
ephphatha 4 years ago committed by Anders Jenbo
parent
commit
0aafd6d73d
  1. 1
      Source/control.cpp

1
Source/control.cpp

@ -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…
Cancel
Save