Remove (by commenting out) module item-type system

This commit is contained in:
2024-09-30 11:42:10 +01:00
parent 4545caa7e6
commit 0701c4043e
37 changed files with 877 additions and 696 deletions
+4 -1
View File
@@ -251,10 +251,13 @@ inventoryX c = case c of
'V' ->
[targetingScope tt | tt <- [minBound .. maxBound]]
<>
[ autoRifle
[ augmentedHUD
, autoRifle
, megaTinMag 10200
] <>
[bulletTargetingModule btt | btt <- [minBound .. maxBound]]
<> [bulletModule (BulletModPayload (BulBall x)) | x <- [minBound .. maxBound]]
<> [bulletModule (BulletModEffect x) | x <- [minBound .. maxBound]]
_ -> []
testInventory :: [Item]