1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-01 00:45:26 +02:00

* fixed bug 298

* fixed INDEPENDENT_MIN bonus value type
* minor changes
This commit is contained in:
mateuszb
2011-02-21 16:53:23 +00:00
parent 43468e16e1
commit 1458cf64c2
10 changed files with 147 additions and 39 deletions

View File

@ -665,6 +665,11 @@ void CSpellWindow::SpellArea::clickLeft(tribool down, bool previousState)
owner->myInt->showInfoDialog(text);
}
break;
case SpellCasting::NO_APPROPRIATE_TARGET:
{
owner->myInt->showInfoDialog(CGI->generaltexth->allTexts[185]);
}
break;
}
}
else if(!sp->combatSpell && !owner->myInt->battleInt) //adventure spell