add new Replacement Effect its for manipulating the original request

Card#addCounter does show how it is done
This commit is contained in:
Hanmac
2016-12-26 13:31:20 +00:00
parent cae93fbc3c
commit a67da177ff
9 changed files with 149 additions and 25 deletions

View File

@@ -119,6 +119,7 @@ public enum SpellApiToAi {
.put(ApiType.ReorderZone, AlwaysPlayAi.class)
.put(ApiType.Repeat, RepeatAi.class)
.put(ApiType.RepeatEach, RepeatEachAi.class)
.put(ApiType.ReplaceEffect, AlwaysPlayAi.class)
.put(ApiType.RestartGame, RestartGameAi.class)
.put(ApiType.Reveal, RevealAi.class)
.put(ApiType.RevealHand, RevealHandAi.class)