Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
pskelton committed Aug 9, 2024
1 parent 76a1c89 commit 1ae5ef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Engine/Objects/Actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ void Actor::AI_SpellAttack(unsigned int uActorID, AIDirection *pDir,
break;

case SPELL_LIGHT_PARALYZE:
// TODO(pskelton): This is a vanilla bug - monsters with instant targeting spells can't actually use them - fix properly??
logger->warning("Spell Paralyze cast - replaced with dispel");
[[fallthrough]];
case SPELL_LIGHT_DISPEL_MAGIC:
Expand Down

0 comments on commit 1ae5ef2

Please sign in to comment.