forked from External/mage
[BRC] Implement Urza's Workshop
This commit is contained in:
parent
fee8fc76cf
commit
b246631db6
4 changed files with 65 additions and 0 deletions
|
|
@ -310,4 +310,10 @@ public abstract class ActivatedAbilityImpl extends AbilityImpl implements Activa
|
|||
game.getState().setValue(CardUtil
|
||||
.getCardZoneString("totalActivations" + originalId, sourceId, game), activationInfo.totalActivations);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ActivatedAbilityImpl setCondition(Condition condition) {
|
||||
this.condition = condition;
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue