1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-21 00:19:29 +02:00

FIRST_STRIKE now supports ranged / melee subtypes, BLOCKS_RETALIATION

will properly block FIRST_STRIKE
This commit is contained in:
Ivan Savenko
2024-01-13 15:55:38 +02:00
parent bb670cfb82
commit fc6a9924ee
3 changed files with 16 additions and 4 deletions

View File

@ -537,6 +537,7 @@ static void loadBonusSubtype(BonusSubtypeID & subtype, BonusType type, const Jso
case BonusType::NEGATE_ALL_NATURAL_IMMUNITIES:
case BonusType::CREATURE_DAMAGE:
case BonusType::FLYING:
case BonusType::FIRST_STRIKE:
case BonusType::GENERAL_DAMAGE_REDUCTION:
case BonusType::PERCENTAGE_DAMAGE_BOOST:
case BonusType::SOUL_STEAL: