1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Merge branch 'develop' into cheats

This commit is contained in:
Laserlicht
2025-05-22 21:33:29 +02:00
committed by GitHub
140 changed files with 2324 additions and 1392 deletions

View File

@@ -944,6 +944,7 @@ void CPlayerInterface::battleAttack(const BattleID & battleID, const BattleAttac
info.unlucky = ba->unlucky();
info.deathBlow = ba->deathBlow();
info.lifeDrain = ba->lifeDrain();
info.playCustomAnimation = ba->playCustomAnimation();
info.tile = ba->tile;
info.spellEffect = SpellID::NONE;