Unify and cleanup radars

This commit is contained in:
2022-05-27 11:35:26 +01:00
parent 3234d6b86d
commit 60fc2d44e8
6 changed files with 88 additions and 78 deletions
+6
View File
@@ -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..]