Lower the maximum gormlak coefficient
Little too easy to generate tons of gormlaks and then immediately die.
This commit is contained in:
parent
7082a4088b
commit
5337d7c0eb
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ randomDoors cells = do
|
|||
and [tl, t, tr, b] && (and . fmap not) [l, r]
|
||||
|
||||
randomCreatures :: MonadRandom m => Cells -> m (EntityMap Creature)
|
||||
randomCreatures = randomEntities Creature.newWithType (0.0007, 0.003)
|
||||
randomCreatures = randomEntities Creature.newWithType (0.0007, 0.002)
|
||||
|
||||
tutorialMessage :: MonadRandom m
|
||||
=> Cells
|
||||
|
|
Loading…
Reference in a new issue