Cleanup: broken pathfinding
This commit is contained in:
@@ -163,7 +163,9 @@ startCr = defaultCreature
|
||||
}
|
||||
{- | Items you start with. -}
|
||||
startInventory :: IM.IntMap Item
|
||||
startInventory = IM.fromList (zip [0..20]
|
||||
startInventory = IM.fromList $ zip [0..20] $ repeat NoItem
|
||||
stackedInventory :: IM.IntMap Item
|
||||
stackedInventory = IM.fromList (zip [0..20]
|
||||
(
|
||||
[spreadGun
|
||||
,tractorGun
|
||||
|
||||
Reference in New Issue
Block a user