forked from External/mage
[PIP] Implement Yes Man, Personal Securitron
This commit is contained in:
parent
1b3d2373eb
commit
9055179f77
3 changed files with 123 additions and 1 deletions
|
|
@ -35,7 +35,11 @@ public class CreateTokenTargetEffect extends OneShotEffect {
|
|||
}
|
||||
|
||||
public CreateTokenTargetEffect(Token token, DynamicValue amount) {
|
||||
this(token, amount, false, false);
|
||||
this(token, amount, false);
|
||||
}
|
||||
|
||||
public CreateTokenTargetEffect(Token token, DynamicValue amount, boolean tapped) {
|
||||
this(token, amount, tapped, false);
|
||||
}
|
||||
|
||||
public CreateTokenTargetEffect(Token token, DynamicValue amount, boolean tapped, boolean attacking) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue