Make launcherX use multiple ammo sources

This commit is contained in:
2024-06-28 22:40:24 +01:00
parent 009a6cd30f
commit 32cb2b2e80
17 changed files with 220 additions and 342 deletions
+10
View File
@@ -224,6 +224,16 @@ inventoryX c = case c of
'L' -> [scrollWatch]
'M' -> stackedInventory
'N' -> [zoomScope,targetingScope TARGETLASER, sniperRifle]
'O' -> [ launcherX 2
, shellMag
, shellMag
, launcherX 3
, shellMag
, shellMag
, shellMag
, rifle
, shellMag
]
'T' -> testInventory
_ -> []