mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
[BRO] Implemented Thran Spider
This commit is contained in:
parent
41f7401243
commit
b245dd036f
3 changed files with 72 additions and 1 deletions
|
|
@ -27,7 +27,11 @@ public class CreateTokenTargetEffect extends OneShotEffect {
|
|||
}
|
||||
|
||||
public CreateTokenTargetEffect(Token token, int amount) {
|
||||
this(token, StaticValue.get(amount));
|
||||
this(token, amount, false);
|
||||
}
|
||||
|
||||
public CreateTokenTargetEffect(Token token, int amount, boolean tapped) {
|
||||
this(token, StaticValue.get(amount), tapped, false);
|
||||
}
|
||||
|
||||
public CreateTokenTargetEffect(Token token, DynamicValue amount) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue