forked from External/mage
moved {this} and {source} replacement to server
This commit is contained in:
parent
5bdfd1b467
commit
c8db6ba350
13 changed files with 62 additions and 52 deletions
|
|
@ -192,6 +192,11 @@ public class StackAbility implements StackObject, Ability {
|
|||
return ability.getRule();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getRule(String source) {
|
||||
return ability.getRule(source);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setControllerId(UUID controllerId) {
|
||||
this.controllerId = controllerId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue