Change unit Attack behaviour to a charge
All charges on a turn are evaluated at the same time, step by step
This commit is contained in:
parent
4b37246e53
commit
3fc1f5ee5d
4 changed files with 156 additions and 59 deletions
|
@ -87,6 +87,7 @@ private:
|
|||
|
||||
// Typedef for a vector of units
|
||||
typedef std::vector< CUnit > CUnitVector;
|
||||
typedef std::vector< unit_id_t > CUnitIDVector;
|
||||
|
||||
// Simple validation
|
||||
inline bool CUnit::valid() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue