forked from External/mage
[LCI] Implement Ojer Taq, Deepest Foundation
This commit is contained in:
parent
79013a880a
commit
b6cedee854
7 changed files with 184 additions and 5 deletions
|
|
@ -44,7 +44,7 @@ public class CreateTwiceThatManyTokensEffect extends ReplacementEffectImpl {
|
|||
@Override
|
||||
public boolean replaceEvent(GameEvent event, Ability source, Game game) {
|
||||
if (event instanceof CreateTokenEvent) {
|
||||
((CreateTokenEvent) event).doubleTokens();
|
||||
((CreateTokenEvent) event).multiplyTokens(2);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue