mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- 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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user