Tweak tesla gun
This commit is contained in:
@@ -174,10 +174,11 @@ inventoryA = IM.fromList $ zip [0..]
|
||||
testInventory :: IM.IntMap Item
|
||||
testInventory = IM.fromList $ zip [0..]
|
||||
[ makeTypeCraftNum 9 PIPE
|
||||
, incendiaryModule
|
||||
, makeModule INCENDIARYMODULE
|
||||
, makeModule STATICMODULE
|
||||
, bounceModule
|
||||
, medkit 50 & itConsumption . itAmount .~ 3
|
||||
-- , teleportModule
|
||||
, teleportModule
|
||||
, makeTypeCraftNum 1 LIGHTER
|
||||
-- , makeTypeCraftNum 15 TUBE
|
||||
, makeTypeCraftNum 9 TRANSFORMER
|
||||
@@ -194,7 +195,7 @@ testInventory = IM.fromList $ zip [0..]
|
||||
-- , makeTypeCraftNum 3 TIN
|
||||
, makeTypeCraftNum 3 PLANK
|
||||
-- , makeTypeCraftNum 1 MOTOR
|
||||
-- , makeTypeCraftNum 5 MICROCHIP
|
||||
, makeTypeCraftNum 5 MICROCHIP
|
||||
-- , makeTypeCraftNum 5 AIUNIT
|
||||
]
|
||||
stackedInventory :: IM.IntMap Item
|
||||
|
||||
Reference in New Issue
Block a user