v0.9.0: fixed aqua blast occasionally not stunning targets
This commit is contained in:
parent
dc4b05be43
commit
35ea6504b7
|
@ -56,7 +56,7 @@ public class AquaBlast extends TargetedSpell {
|
|||
|
||||
if (target != null && target != hero){
|
||||
//just enough to skip their current turn
|
||||
Buff.affect(target, Paralysis.class, 0f);
|
||||
Buff.affect(target, Paralysis.class, target.cooldown());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user