Continue tree based inventory update

This commit is contained in:
2024-09-10 16:35:44 +01:00
parent 854fc96ac7
commit 26f3610f82
14 changed files with 259 additions and 271 deletions
+2
View File
@@ -238,6 +238,7 @@ inventoryX c = case c of
, rifle
, shellMag
]
'P' -> [burstRifle , tinMag, bulletSynthesizer]
'T' -> testInventory
_ -> []
@@ -269,6 +270,7 @@ stackedInventory :: [Item]
stackedInventory =
[ burstRifle
, tinMag
, bulletSynthesizer
, drumMag
, launcher
, shellMag