From 3cc6d8e7dc252c62f594d59bc3e67822ef7a38c8 Mon Sep 17 00:00:00 2001 From: Sorvani Date: Fri, 15 Mar 2013 12:03:02 -0500 Subject: [PATCH] added sectino missed by patch --- zone/bot.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zone/bot.cpp b/zone/bot.cpp index 79517a70a..5e9af2925 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -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