Skip to content

Commit

Permalink
Move espace airlock to lvl 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj committed Apr 7, 2015
1 parent 1b856af commit 0403a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GameDefinition/Content/ModeKind.hs
Expand Up @@ -336,9 +336,9 @@ cavesCampaign = IM.fromList
++ [(3, ("caveBridge", Nothing))]
++ [(4, ("caveNoise", Nothing))]
++ zip [5..9] (repeat ("campaign random", Nothing))
++ [(10, ("caveEmpty", Nothing))]
++ [(10, ("caveEmpty", Just False))]
++ [(11, ("campaign random", Nothing))]
++ [(12, ("caveNoise", Just True))]
++ [(12, ("caveNoise", Nothing))]

cavesSkirmish = IM.fromList [(4, ("caveSkirmish", Nothing))]

Expand Down

0 comments on commit 0403a3f

Please sign in to comment.