Unify and cleanup radars
This commit is contained in:
@@ -185,6 +185,12 @@ inventoryB = IM.fromList $ zip [0..]
|
||||
, makeTypeCraftNum 2 PIPE
|
||||
, makeTypeCraftNum 1 CREATURESENSOR
|
||||
]
|
||||
inventoryC :: IM.IntMap Item
|
||||
inventoryC = IM.fromList $ zip [0..]
|
||||
[ autoRadar
|
||||
, autoSonar
|
||||
, itemFinder
|
||||
]
|
||||
|
||||
testInventory :: IM.IntMap Item
|
||||
testInventory = IM.fromList $ zip [0..]
|
||||
|
||||
Reference in New Issue
Block a user