Another fix for AddCountersSourceEffect.

This commit is contained in:
magenoxx 2011-01-07 15:00:14 +03:00
parent 8ebbc3de48
commit eb580e1b00

View file

@ -60,6 +60,7 @@ public class AddCountersSourceEffect extends OneShotEffect<AddCountersSourceEffe
super(effect);
this.amount = effect.amount;
this.name = effect.name;
this.counter = effect.counter;
}
@Override