Skip to content

Commit

Permalink
New Card: Primal Huntbeast
Browse files Browse the repository at this point in the history
  • Loading branch information
gseitz committed Oct 13, 2014
1 parent f919e00 commit 1b1988c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Magic-Cards/src/Magic/M13.hs
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,14 @@ garrukPrimalHunter = mkCard $ do
void $ executeEffects $ replicate n $
WillMoveObject Nothing Battlefield (Permanent token Untapped 0 False Nothing Nothing)

primalHuntbeast :: Card
primalHuntbeast = mkCard $ do
name =: Just "Primal Huntbeast"
types =: creatureTypes [Beast]
pt =: Just (3, 3)
play =: Just playObject { manaCost = Just [Nothing, Nothing, Nothing, Just Green] }
staticKeywordAbilities =: [Hexproof]

quirionDryad :: Card
quirionDryad = mkCard $ do
name =: Just "Quirion Dryad"
Expand Down

0 comments on commit 1b1988c

Please sign in to comment.