Move bullet modifications from weapons to magazines
This commit is contained in:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user