Commit before changes to creature inventory update
This commit is contained in:
@@ -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..]
|
||||
|
||||
Reference in New Issue
Block a user