Feign death will now break when hit by casted spells, consisted with live.

Implemented suport for AA/spell effect which provides a chance to avoid FD breaking from spells.
This commit is contained in:
KayenEQ
2015-10-12 18:51:41 -04:00
parent 4a61558de8
commit e2e8d444e9
8 changed files with 43 additions and 4 deletions
+1
View File
@@ -879,6 +879,7 @@ public:
void BreakInvis();
void BreakSneakWhenCastOn(Mob* caster, bool IsResisted);
void BreakFeignDeathWhenCastOn(bool IsResisted);
void LeaveGroup();
bool Hungry() const {if (GetGM()) return false; return m_pp.hunger_level <= 3000;}