last tick on over time applies
This commit is contained in:
@@ -60,6 +60,8 @@ public class DamageOverTimeJob extends AbstractEffectJob {
|
|||||||
|
|
||||||
if (this.iteration < 0) {
|
if (this.iteration < 0) {
|
||||||
PowersManager.finishEffectTime(this.source, this.target, this.action, this.trains);
|
PowersManager.finishEffectTime(this.source, this.target, this.action, this.trains);
|
||||||
|
if (AbstractWorldObject.IsAbstractCharacter(source))
|
||||||
|
eb.startEffect((AbstractCharacter) this.source, this.target, this.trains, this);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.skipSendEffect = true;
|
this.skipSendEffect = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user