mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- Converted Shifting Sliver to script.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user