mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-28 00:52:26 +00:00
added sectino missed by patch
This commit is contained in:
parent
0c14f5a470
commit
3cc6d8e7dc
@ -7847,6 +7847,11 @@ bool Bot::AvoidDamage(Mob* other, int32 &damage, bool CanRiposte)
|
|||||||
damage = -3;
|
damage = -3;
|
||||||
mlog(COMBAT__DAMAGE, "I am enraged, riposting frontal attack.");
|
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
|
// riposte
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user