Move bullet modifications from weapons to magazines

This commit is contained in:
2024-06-22 10:40:11 +01:00
parent a3eca3a674
commit a9ac974a2c
18 changed files with 254 additions and 277 deletions
+10 -1
View File
@@ -1 +1,10 @@
All good (615 modules, at 00:01:24)
/home/justin/Haskell/loop/src/Dodge/Bullet.hs:75:5-11: warning: [-Wunused-local-binds]
Defined but not used: bultype
|
75 | bultype = _laAmmoType $ _heldConsumption $ _itUse it
| ^^^^^^^
/home/justin/Haskell/loop/src/Dodge/HeldUse.hs:371:14: warning: [-Wunused-matches]
Defined but not used: x
|
371 | moddelay x = id
| ^