Skip to content

Commit

Permalink
Bag (Maybe Color) -> ManaPool
Browse files Browse the repository at this point in the history
  • Loading branch information
MedeaMelana committed Mar 17, 2013
1 parent b9c5438 commit c4b3950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Magic/src/Magic/Types.hs
Expand Up @@ -161,7 +161,7 @@ data EndStep

data Player = Player
{ _life :: Int
, _manaPool :: Bag (Maybe Color)
, _manaPool :: ManaPool
, _prestack :: [(LastKnownObjectInfo, Magic ())] -- triggered abilities about to be put on the stack, together with their source
, _library :: IdList Object
, _hand :: IdList Object
Expand Down

0 comments on commit c4b3950

Please sign in to comment.