Stampede ends immediately on taking damage

This commit is contained in:
Chiss 2014-04-21 17:21:52 +10:00
parent bddc36271d
commit 923d2455d0

View File

@ -178,6 +178,7 @@ public class Stampede extends Skill
if (damagee == null) return;
Reset(damagee);
Factory.Condition().EndCondition(damagee, null, GetName());
}
@Override