forked from External/mage
Implemented Will Kenrith
This commit is contained in:
parent
04dec9b91b
commit
d645c1a5d8
7 changed files with 231 additions and 3 deletions
|
|
@ -112,6 +112,11 @@ public abstract class ContinuousEffectImpl extends EffectImpl implements Continu
|
|||
this.characterDefining = effect.characterDefining;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setDuration(Duration duration) {
|
||||
this.duration = duration;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Duration getDuration() {
|
||||
return duration;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue