- Added the destination BottomofLibrary to the keyword spBounceAll.

- Added Hallowed Burial and Harmonic Convergence.
This commit is contained in:
jendave
2011-08-06 05:48:13 +00:00
parent aebc10327b
commit 3a8885916f
2 changed files with 13 additions and 0 deletions

View File

@@ -2819,6 +2819,7 @@ public class CardFactory implements NewConstants {
if(c.isToken()) AllZone.getZone(c).remove(c);
else {
if(Destination.equals("TopofLibrary")) AllZone.GameAction.moveToTopOfLibrary(c);
else if(Destination.equals("BottomofLibrary")) AllZone.GameAction.moveToBottomOfLibrary(c);
else if(Destination.equals("ShuffleIntoLibrary")) {
AllZone.GameAction.moveToTopOfLibrary(c);
AllZone.GameAction.shuffle(c.getOwner());