Add stopWatch
This commit is contained in:
@@ -214,7 +214,7 @@ inventoryX c = case c of
|
||||
, makeTypeCraftNum 1 CONCUSSMODULE
|
||||
, makeTypeCraftNum 1 STATICMODULE
|
||||
]
|
||||
'L' -> [timeScrollGun]
|
||||
'L' -> [scrollWatch]
|
||||
'M' -> stackedInventory
|
||||
'T' -> testInventory
|
||||
_ -> []
|
||||
@@ -246,8 +246,9 @@ stackedInventory :: [Item]
|
||||
stackedInventory =
|
||||
[ burstRifle
|
||||
, pipe
|
||||
, timeScrollGun
|
||||
, rewindGun
|
||||
, scrollWatch
|
||||
, rewindWatch
|
||||
, stopWatch
|
||||
, tractorGun
|
||||
, autoPistol
|
||||
, pistol
|
||||
|
||||
Reference in New Issue
Block a user