Remove (by commenting out) module item-type system
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user