mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Converted Shifting Sliver to script.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
Name:Shifting Sliver
|
||||
ManaCost:3 U
|
||||
Types:Creature Sliver
|
||||
Text:Slivers can't be blocked except by Slivers.
|
||||
Text:no text
|
||||
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:Picture:http://www.wizards.com/global/images/magic/general/shifting_sliver.jpg
|
||||
SetInfo:LGN|Uncommon|http://magiccards.info/scans/en/le/52.jpg
|
||||
|
||||
@@ -756,12 +756,6 @@ public class CombatUtil {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (Singletons.getModel().getGame().isCardInPlay("Shifting Sliver")) {
|
||||
if (attacker.isType("Sliver") && !blocker.isType("Sliver")) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
} // canBlock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user