|
@@ -19,6 +19,7 @@ public:
|
|
|
AcidBreathDamageMechanics(CSpell * s): DefaultSpellMechanics(s){};
|
|
|
protected:
|
|
|
void applyBattleEffects(const SpellCastEnvironment * env, const BattleSpellCastParameters & parameters, SpellCastContext & ctx) const override;
|
|
|
+ void handleImmunities(const CBattleInfoCallback * cb, const SpellTargetingContext & ctx, std::vector<const CStack *> & stacks) const override;
|
|
|
};
|
|
|
|
|
|
class DLL_LINKAGE DeathStareMechanics : public DefaultSpellMechanics
|