Fully remove forcefieldgun

This commit is contained in:
2024-10-01 13:20:55 +01:00
parent d357d5a03c
commit ea353f8bcc
5 changed files with 4 additions and 17 deletions
+1 -12
View File
@@ -1,12 +1 @@
/home/justin/Haskell/loop/src/Dodge/Item/Held.hs:(26,23)-(68,28): warning: [-Wincomplete-patterns]
Pattern match(es) are non-exhaustive
In a case alternative: Patterns not matched: FORCEFIELDGUN
|
26 | itemFromHeldType ht = case ht of
| ^^^^^^^^^^...
/home/justin/Haskell/loop/src/Dodge/HeldUse.hs:(186,66)-(194,53): warning: [-Wincomplete-patterns]
Pattern match(es) are non-exhaustive
In a case alternative: Patterns not matched: MuzzleForceField
|
186 | removeAmmoFromMag x mid cr . makeMuzzleFlare mz itmtree cr $ case _mzEffect mz of
| ^^^^^^^^^^^^^^^^^^^^...
All good (604 modules, at 13:20:50)