Continue tree based inventory update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user