Skip to content

Commit

Permalink
there is no such thing as a fizzling animation on casting interrupt
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed Jan 12, 2014
1 parent 99110f1 commit 68e1f1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gemrb/core/Scriptable/Scriptable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,6 @@ int Scriptable::CanCast(const ieResRef SpellResRef, bool verbose) {

// check for personal dead magic
if (actor->Modified[IE_DEADMAGIC]) {
// TODO: display fizzling animation
displaymsg->DisplayConstantStringName(STR_DEADMAGIC_FAIL, DMC_WHITE, this);
return 0;
}
Expand Down Expand Up @@ -1159,7 +1158,6 @@ int Scriptable::CanCast(const ieResRef SpellResRef, bool verbose) {
displaymsg->DisplayRollStringName(40955, DMC_LIGHTGREY, actor, roll, chance);
}
if (failed) {
// TODO: display fizzling animation
displaymsg->DisplayConstantStringName(STR_MISCASTMAGIC, DMC_WHITE, this);
return 0;
}
Expand Down

0 comments on commit 68e1f1b

Please sign in to comment.