Make launcherX use multiple ammo sources
This commit is contained in:
+7
-39
@@ -1,40 +1,8 @@
|
||||
/home/justin/Haskell/loop/src/Dodge/Item/Weapon/TriggerType.hs:76:1: warning: [-Wunused-imports]
|
||||
The qualified import of ‘IntMapHelp’ is redundant
|
||||
/home/justin/Haskell/loop/src/Dodge/Reloading.hs:25:22-40: error:
|
||||
• The constructor ‘ReloadAction’ should have 2 arguments, but has been given 3
|
||||
• In the pattern: ReloadAction x la j
|
||||
In the pattern: SelItem i (ReloadAction x la j)
|
||||
In the pattern: Just (SelItem i (ReloadAction x la j))
|
||||
|
|
||||
76 | import qualified IntMapHelp as IM
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Item/Weapon/TriggerType.hs:349:5: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘x’
|
||||
|
|
||||
349 | x <- ams ^? ix 0 . itUse . amagLoadStatus . iaLoaded
|
||||
| ^
|
||||
/home/justin/Haskell/loop/src/Dodge/Item/Weapon/BatteryGuns.hs:128:12: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘ams’
|
||||
|
|
||||
128 | shootLaser ams it cr =
|
||||
| ^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Bullet.hs:63:5: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘invid’
|
||||
|
|
||||
63 | invid <- it ^? itLocation . ipInvID
|
||||
| ^^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/HeldUse.hs:410:18: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘ams’
|
||||
|
|
||||
410 | usePjCreationX i ams itm cr =
|
||||
| ^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/HeldUse.hs:472:21: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘it’
|
||||
|
|
||||
472 | useGasParams nz ams it cr =
|
||||
| ^^
|
||||
/home/justin/Haskell/loop/src/Dodge/HeldUse.hs:486:17: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘ams’
|
||||
|
|
||||
486 | fireRemoteShell ams it cr w =
|
||||
| ^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/HeldUse.hs:542:15: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘ams’
|
||||
|
|
||||
542 | shootTeslaArc ams it cr w =
|
||||
| ^^^
|
||||
25 | Just (SelItem i (ReloadAction x la))
|
||||
| ^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user