Add CheckDoubleAttack for mobs

This commit is contained in:
Michael Cook (mackal)
2015-07-05 01:37:14 -04:00
parent 7c89ab3fec
commit 82fe15190b
2 changed files with 19 additions and 5 deletions
+1
View File
@@ -169,6 +169,7 @@ public:
virtual bool CheckDualWield();
void DoMainHandAttackRounds(Mob *target, ExtraAttackOptions *opts = nullptr);
void DoOffHandAttackRounds(Mob *target, ExtraAttackOptions *opts = nullptr);
virtual bool CheckDoubleAttack(bool tripleAttack = false); // mob version doesn't use this flag
//Appearance
void SendLevelAppearance();