Make combine and tweak menus servicable

This commit is contained in:
2021-12-04 00:27:22 +00:00
parent ecbc8eab35
commit 0114a2f9f2
14 changed files with 208 additions and 175 deletions
+1 -2
View File
@@ -164,8 +164,7 @@ startCr = defaultCreature
{- | Items you start with. -}
startInvList :: [Item]
startInvList =
[ miniGun
, hvAutoGun
[
]
startInventory :: IM.IntMap Item
startInventory = IM.fromList $ zip [0..] startInvList