Improve tesla weapon path
This commit is contained in:
@@ -164,6 +164,13 @@ startInvList :: [Item]
|
||||
startInvList = [ ]
|
||||
startInventory :: IM.IntMap Item
|
||||
startInventory = IM.fromList $ zip [0..] startInvList
|
||||
inventoryA :: IM.IntMap Item
|
||||
inventoryA = IM.fromList $ zip [0..]
|
||||
[ makeTypeCraftNum 1 TRANSFORMER
|
||||
, makeTypeCraftNum 2 CAN
|
||||
, makeTypeCraftNum 2 PIPE
|
||||
]
|
||||
|
||||
testInventory :: IM.IntMap Item
|
||||
testInventory = IM.fromList $ zip [0..]
|
||||
[ makeTypeCraftNum 9 PIPE
|
||||
|
||||
Reference in New Issue
Block a user