Remove non-laser item TARGETLASER

This commit is contained in:
2024-10-08 17:07:31 +01:00
parent 72346093c7
commit c0879393cd
10 changed files with 142 additions and 151 deletions
+2 -2
View File
@@ -220,7 +220,7 @@ inventoryX c = case c of
]
'L' -> [scrollWatch]
'M' -> stackedInventory
'N' -> [zoomScope,targetingScope TARGETLASER, sniperRifle]
'N' -> [zoomScope,laser,battery, sniperRifle, tinMag]
'O' -> [ launcherX 2
, shellMag
, shellMag
@@ -283,9 +283,9 @@ stackedInventory :: [Item]
stackedInventory =
[ torch
, smallBattery
, makeTypeCraft TRANSFORMER
, remoteScreen
, megaShellMag
, targetingScope TARGETLASER
, burstRifle
, megaTinMag 100
, laser