diff options
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r-- | src/being/being.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 3edd7c70f..1f3a35844 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -699,9 +699,11 @@ void Being::takeDamage(Being *restrict const attacker, } else if (mType == ActorType::Monster #ifdef EATHENA_SUPPORT - || mType == ActorType::Mercenary - || mType == ActorType::Pet - || mType == ActorType::Homunculus + || + mType == ActorType::Mercenary || + mType == ActorType::Pet || + mType == ActorType::Homunculus || + mType == ActorType::SkillUnit #endif ) { |