Remove hvAuto, replace with machineGun

This commit is contained in:
2022-06-07 23:50:28 +01:00
parent c31f398fab
commit d91a53f76c
7 changed files with 44 additions and 95 deletions
+10 -1
View File
@@ -203,6 +203,16 @@ inventoryX c = case c of
, autoDetector WALLDETECTOR
, effectGun "GIBBER" addCrGibs
]
'E' ->
[ makeTypeCraftNum 3 PIPE
, makeTypeCraftNum 5 HARDWARE
, makeTypeCraftNum 1 TIN
, makeTypeCraftNum 1 SPRING
, makeTypeCraftNum 1 PLANK
, makeTypeCraftNum 1 PLATE
, makeTypeCraftNum 1 DRUM
, makeTypeCraftNum 1 MOTOR
]
_ -> []
testInventory :: IM.IntMap Item
@@ -253,7 +263,6 @@ stackedInventory = IM.fromList $ zip [0..]
,longGun
,autoGun
,ltAutoGun
,hvAutoGun
,pistol
,teslaGun
,blinkGun