1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

cast without skip

This commit is contained in:
Laserlicht
2024-09-14 14:49:52 +02:00
parent 75f8614f26
commit 0aaafc4c8a
10 changed files with 38 additions and 1 deletions

View File

@@ -2209,6 +2209,7 @@ void StartAction::applyGs(CGameState *gs)
st->waiting = false;
st->defendingAnim = false;
st->movedThisRound = true;
st->usedSpell = ba.actionType == EActionType::MONSTER_SPELL ? ba.spell : SpellID::NONE;
break;
}
}