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
+9
View File
@@ -285,6 +285,15 @@ inventoryX c = case c of
, FlashBall ]]
<> [bulletModule (BulletModPayload BulGas)]
<> [bulletModule (BulletModEffect x) | x <- [minBound .. maxBound]]
"W" -> [miniGunX 2
, beltMag
, miniGunX 3
, beltMag
, miniGunX 4
, beltMag
, miniGunX 5
, beltMag
]
_ -> []
testInventory :: [Item]