mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
add new Replacement Effect its for manipulating the original request
Card#addCounter does show how it is done
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user