mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
cleanup
This commit is contained in:
parent
b3d8e2e783
commit
550df6360e
@ -368,11 +368,6 @@ si32 CSpell::getPower(const int skillLevel) const
|
||||
return getLevelInfo(skillLevel).power;
|
||||
}
|
||||
|
||||
//si32 CSpell::calculatePower(const int skillLevel) const
|
||||
//{
|
||||
// return power + getPower(skillLevel);
|
||||
//}
|
||||
|
||||
si32 CSpell::getProbability(const TFaction factionId) const
|
||||
{
|
||||
if(!vstd::contains(probabilities,factionId))
|
||||
|
Loading…
Reference in New Issue
Block a user