Commit before changes to creature inventory update

This commit is contained in:
2022-05-24 20:28:57 +01:00
parent 28e9adaea3
commit b4ec4019db
4 changed files with 26 additions and 7 deletions
+11
View File
@@ -170,6 +170,17 @@ inventoryA = IM.fromList $ zip [0..]
, makeTypeCraftNum 2 CAN
, makeTypeCraftNum 2 PIPE
]
inventoryB :: IM.IntMap Item
inventoryB = IM.fromList $ zip [0..]
[ autoRifle
, smg
, makeTypeCraftNum 4 MICROCHIP
, makeTypeCraftNum 2 TIN
, makeTypeCraftNum 2 HARDWARE
, makeTypeCraftNum 2 CAN
, makeTypeCraftNum 2 PIPE
, makeTypeCraftNum 1 CREATURESENSOR
]
testInventory :: IM.IntMap Item
testInventory = IM.fromList $ zip [0..]