mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Fix typos using https://github.com/crate-ci/typos
Changes were reviewed manually
This commit is contained in:
@@ -65,10 +65,10 @@ public:
|
||||
|
||||
BattleHex::EDir destShiftDir() const;
|
||||
|
||||
void prepareAttacked(BattleStackAttacked & bsa, vstd::RNG & rand) const; //requires bsa.damageAmout filled
|
||||
void prepareAttacked(BattleStackAttacked & bsa, vstd::RNG & rand) const; //requires bsa.damageAmount filled
|
||||
static void prepareAttacked(BattleStackAttacked & bsa,
|
||||
vstd::RNG & rand,
|
||||
const std::shared_ptr<battle::CUnitState> & customState); //requires bsa.damageAmout filled
|
||||
const std::shared_ptr<battle::CUnitState> & customState); //requires bsa.damageAmount filled
|
||||
|
||||
const CCreature * unitType() const override;
|
||||
int32_t unitBaseAmount() const override;
|
||||
|
||||
Reference in New Issue
Block a user