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
+9 -1
View File
@@ -158,7 +158,7 @@ moduleCombinations =
)
,
( ModBulletPayload
, bulletWeapons
, bulletMagazines
,
[ amod [cr (ENERGYBALLCRAFT x)] (BULPAY (BulBall x)) | x <- [minBound ..]
] ++
@@ -229,6 +229,14 @@ batteryGuns =
teleportableWeapons :: [Item]
teleportableWeapons = bulletWeapons ++ batteryGuns ++ homingLaunchers
bulletMagazines :: [Item]
bulletMagazines =
[tinMag
,revolveMag
,drumMag
,beltMag
]
bulletWeapons :: [Item]
bulletWeapons =
[bangStick i | i <- [1 .. 9]]