- Added Volrath's Shapeshifter with rudimentary, simple AI support.

- Was tested in most typical circumstances, including cloning it. However, may not yet be perfect in some corner cases. Improvements are welcome.
This commit is contained in:
Agetian
2017-08-19 18:05:44 +00:00
parent 1a766c3ccc
commit a0bb52ff5f
9 changed files with 135 additions and 17 deletions

View File

@@ -10,7 +10,8 @@ public enum CardStateName {
Meld,
Cloned,
LeftSplit,
RightSplit;
RightSplit,
OriginalText; // backup state for cards like Volrath's Shapeshifter
/**
* TODO: Write javadoc for this method.