Implement targeting launcher shells using separate item

This commit is contained in:
2024-09-29 16:24:26 +01:00
parent 7d72fa3c5d
commit 88c3e02459
36 changed files with 747 additions and 610 deletions
+9 -1
View File
@@ -246,6 +246,14 @@ inventoryX c = case c of
, megaShellMag
, homingModule
]
'V' ->
[targetingScope tt | tt <- [minBound .. maxBound]]
<>
[launcher
, megaShellMag
, homingModule
, remoteScreen
]
_ -> []
testInventory :: [Item]
@@ -278,7 +286,6 @@ stackedInventory =
, remoteScreen
, megaShellMag
, targetingScope TARGETLASER
, zoomScope
, burstRifle
, megaTinMag
, teslaGun
@@ -286,6 +293,7 @@ stackedInventory =
, flameThrower
, chemFuelPouch
, bulletSynthesizer
, zoomScope
, drumMag
, launcherX 3
, megaShellMag