mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-10 22:31:40 +02:00
spell description, not spell roll
This commit is contained in:
@@ -2053,7 +2053,7 @@ void CMageGuildScreen::Scroll::clickPressed(const Point & cursorPosition)
|
|||||||
cost[EGameResID::GEMS] = (level + 1) * 2;
|
cost[EGameResID::GEMS] = (level + 1) * 2;
|
||||||
|
|
||||||
std::vector<std::shared_ptr<CComponent>> resComps;
|
std::vector<std::shared_ptr<CComponent>> resComps;
|
||||||
resComps.push_back(std::make_shared<CComponent>(ComponentType::SPELL_SCROLL, town->spells[level].at(town->spellsAtLevel(level, false))));
|
resComps.push_back(std::make_shared<CComponent>(ComponentType::SPELL, town->spells[level].at(town->spellsAtLevel(level, false))));
|
||||||
resComps.back()->newLine = true;
|
resComps.back()->newLine = true;
|
||||||
for(TResources::nziterator i(cost); i.valid(); i++)
|
for(TResources::nziterator i(cost); i.valid(); i++)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user