Lower the maximum gormlak coefficient

Little too easy to generate tons of gormlaks and then immediately die.
This commit is contained in:
Griffin Smith 2020-01-25 10:57:38 -05:00
parent 7082a4088b
commit 5337d7c0eb

View file

@ -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