- Converted Shifting Sliver to script.

This commit is contained in:
Sloth
2012-11-19 18:49:34 +00:00
parent accff99e62
commit 737aa13deb
2 changed files with 2 additions and 7 deletions

View File

@@ -1,8 +1,9 @@
Name:Shifting Sliver Name:Shifting Sliver
ManaCost:3 U ManaCost:3 U
Types:Creature Sliver Types:Creature Sliver
Text:Slivers can't be blocked except by Slivers. Text:no text
PT:2/2 PT:2/2
S:Mode$ Continuous | Affected$ Creature.Sliver | AddHiddenKeyword$ HIDDEN CantBeBlockedBy Creature.nonSliver | Description$ Slivers can't be blocked except by Slivers.
SVar:Rarity:Uncommon SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/shifting_sliver.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/shifting_sliver.jpg
SetInfo:LGN|Uncommon|http://magiccards.info/scans/en/le/52.jpg SetInfo:LGN|Uncommon|http://magiccards.info/scans/en/le/52.jpg

View File

@@ -756,12 +756,6 @@ public class CombatUtil {
return false; return false;
} }
if (Singletons.getModel().getGame().isCardInPlay("Shifting Sliver")) {
if (attacker.isType("Sliver") && !blocker.isType("Sliver")) {
return false;
}
}
return true; return true;
} // canBlock() } // canBlock()