]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/BattleState.h
added melee animation of monsters
[l2e.git] / src / battle / BattleState.h
index ab9f731a9c838e0d9e5430bb491007c0353b35a3..8814663dae807fce9eb3226b065e60e889fdc7bb 100644 (file)
@@ -134,6 +134,7 @@ public:
        void CalculateDamage();
        void ApplyDamage();
        const Order &CurrentAttack() const { assert(attackCursor >= 0 && attackCursor < int(attackOrder.size())); return attackOrder[attackCursor]; };
+       AttackChoice &CurrentAttackAttackChoice();
        void ClearAllAttacks();
 
        bool Victory() const;