added sectino missed by patch

This commit is contained in:
Sorvani 2013-03-15 12:03:02 -05:00
parent 0c14f5a470
commit 3cc6d8e7dc

View File

@ -7847,6 +7847,11 @@ bool Bot::AvoidDamage(Mob* other, int32 &damage, bool CanRiposte)
damage = -3;
mlog(COMBAT__DAMAGE, "I am enraged, riposting frontal attack.");
}
// same as enrage just no behind check needed.
if (IsInfuriated()) {
damage = -3;
mlog(COMBAT__DAMAGE, "I am infuriated, riposting attacks from all sides.");
}
/////////////////////////////////////////////////////////
// riposte