1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-05 00:49:09 +02:00

Fix inability of unit to cast spell after receiving morale

This commit is contained in:
Ivan Savenko
2025-04-28 19:34:36 +03:00
parent 5433b07e5f
commit 5550edeb9a
16 changed files with 62 additions and 26 deletions

View File

@ -10,6 +10,7 @@
#pragma once
#include "BattleUnitTurnReason.h"
#include "Unit.h"
#include "../bonuses/BonusCache.h"
@ -254,7 +255,7 @@ public:
void afterNewRound();
void afterGetsTurn();
void afterGetsTurn(BattleUnitTurnReason reason);
void makeGhost();