Update stack lts

This commit is contained in:
2024-10-22 10:07:13 +01:00
parent f6e32ff6ef
commit e2330618f2
24 changed files with 222 additions and 71 deletions
+1
View File
@@ -7,6 +7,7 @@ import Dodge.Item
import Dodge.Room
import Dodge.Tree
import RandomHelp
import Control.Monad
bossKeyItems :: RandomGen g => [(State g (Tree Room), State g ItemType)]
bossKeyItems = [(return . cleatOnward <$> bossRoom autoCrit, takeOne [HELD PISTOL])]