Move towards external targeting items

This commit is contained in:
2024-09-28 23:01:50 +01:00
parent d1690ed3ac
commit 241191ee1b
11 changed files with 38 additions and 27 deletions
+6
View File
@@ -240,6 +240,12 @@ inventoryX c = case c of
]
'P' -> [burstRifle , tinMag, bulletSynthesizer]
'T' -> testInventory
'U' ->
[ targetingScope TARGETLASER
, launcher
, megaShellMag
, homingModule
]
_ -> []
testInventory :: [Item]