[LCI] Implement Ojer Taq, Deepest Foundation

This commit is contained in:
Susucre 2023-10-26 19:49:29 +02:00
parent 79013a880a
commit b6cedee854
7 changed files with 184 additions and 5 deletions

View file

@ -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;
}