Skip to content

Commit

Permalink
On Complete check turn phase
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunsch committed Nov 1, 2016
1 parent 409c1d3 commit 172a7a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Main.elm
Expand Up @@ -149,8 +149,8 @@ update msg game =
let
updateGame : GameState
updateGame =
case action of
Action.Move ->
case Turn.phase game.turn of
Movement ->
if Gang.toList game.player.gang |> List.any (\m -> m.remainingMove > 0) then
game
else
Expand Down

0 comments on commit 172a7a5

Please sign in to comment.