Skip to content

Commit

Permalink
New Card: Sentinel Spider
Browse files Browse the repository at this point in the history
  • Loading branch information
gseitz committed Oct 5, 2014
1 parent a408e8a commit 7a28619
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Magic-Cards/src/Magic/M13.hs
Expand Up @@ -721,6 +721,14 @@ garrukPrimalHunter = mkCard $ do
void $ executeEffects $ replicate n $
WillMoveObject Nothing Battlefield (Permanent token Untapped 0 False Nothing Nothing)

sentinelSpider :: Card
sentinelSpider = mkCard $ do
name =: Just "Sentinel Spider"
types =: creatureTypes [Spider]
play =: Just playObject { manaCost = Just [Nothing, Nothing, Nothing, Just Green, Just Green] }
pt =: Just (4, 4)
staticKeywordAbilities =: [Vigilance, Reach]

serpent'sGift :: Card
serpent'sGift = mkCard $ do
name =: Just "Serpent's Gift"
Expand Down

0 comments on commit 7a28619

Please sign in to comment.