From 5337d7c0eb4e4c6ab835f959c59dff6ee8d879fc Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sat, 25 Jan 2020 10:57:38 -0500 Subject: Lower the maximum gormlak coefficient Little too easy to generate tons of gormlaks and then immediately die. --- src/Xanthous/Generators/LevelContents.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Xanthous/Generators/LevelContents.hs b/src/Xanthous/Generators/LevelContents.hs index 117860405ac3..5f83a83a3b6e 100644 --- a/src/Xanthous/Generators/LevelContents.hs +++ b/src/Xanthous/Generators/LevelContents.hs @@ -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 -- cgit 1.4.1