Skip to content

Commit

Permalink
describeEvent PlayLand
Browse files Browse the repository at this point in the history
  • Loading branch information
MedeaMelana committed Mar 15, 2013
1 parent 8eac0d1 commit e560f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Magic/Description.hs
Expand Up @@ -209,6 +209,7 @@ describeEvent e =
"Player " <> sh p <> " adds " <> describeManaPool pool <> " to their mana pool"
Did (SpendFromManaPool p pool) ->
"Player " <> sh p <> " spends " <> describeManaPool pool <> " from their mana pool"
Did (PlayLand p _) -> "Player " <> sh p <> " plays a land"
Did (LoseGame p) -> "Player " <> sh p <> " loses"
Did (WinGame p) -> "Player " <> sh p <> " wins the game"
Did (CeaseToExist r) -> sh r <> " ceases to exist"
Expand Down

0 comments on commit e560f32

Please sign in to comment.