mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-01 00:45:26 +02:00
Use new battleGetStacksIf method
This commit is contained in:
@ -317,6 +317,12 @@ bool CSpell::isNegative() const
|
||||
return positiveness == NEGATIVE;
|
||||
}
|
||||
|
||||
bool CSpell::isNeutral() const
|
||||
{
|
||||
return positiveness == NEUTRAL;
|
||||
}
|
||||
|
||||
|
||||
bool CSpell::isRisingSpell() const
|
||||
{
|
||||
return isRising;
|
||||
|
Reference in New Issue
Block a user