Comment out bullet ammo targeting modules

This commit is contained in:
2024-12-24 14:04:18 +00:00
parent d58fdb0b52
commit dc96424de9
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -259,8 +259,8 @@ inventoryX c = case c of
, megaTinMag 10200
, megaTinMag 10200
] <>
[bulletTargetingModule btt | btt <- [minBound .. maxBound]]
<> [bulletModule (BulletModPayload (BulBall x)) | x <- [minBound .. maxBound]]
-- [bulletTargetingModule btt | btt <- [minBound .. maxBound]]
[bulletModule (BulletModPayload (BulBall x)) | x <- [minBound .. maxBound]]
<> [bulletModule (BulletModEffect x) | x <- [minBound .. maxBound]]
_ -> []