Allow for creature death sounds

This commit is contained in:
2026-01-02 15:06:02 +00:00
parent b414da7dab
commit 71f56c0638
10 changed files with 367 additions and 320 deletions
+2 -2
View File
@@ -208,14 +208,14 @@ heldItemMuzzles itm = \case
BURSTRIFLE -> dbwMuzzles & ix 0 . mzPos .~ V2 25 0 & ix 0 . mzInaccuracy .~ 0.05
MINIGUNX i ->
[ Muzzle
(V2 (30 + 40 * fromIntegral j / fromIntegral i) 0)
(V2 (40 * fromIntegral j / fromIntegral i) 0)
0
0.05
maguse1
NoFlare
MuzzleShootBullet
10
| j <- [0 .. i -1]
| j <- [1 .. i]
]
& ix 0 . mzFlareType .~ MiniGunFlare
BANGROD ->