Return to project, unsure about changes
This commit is contained in:
@@ -22,6 +22,7 @@ module Dodge.Creature (
|
||||
module Dodge.Creature.YourControl,
|
||||
) where
|
||||
|
||||
import Dodge.Item.Scope
|
||||
import Control.Lens
|
||||
import Dodge.Creature.Action
|
||||
import Dodge.Creature.ArmourChase
|
||||
@@ -215,6 +216,7 @@ inventoryX c = case c of
|
||||
]
|
||||
'L' -> [scrollWatch]
|
||||
'M' -> stackedInventory
|
||||
'N' -> [zoomScope,targetingScope TARGETLASER, sniperRifle]
|
||||
'T' -> testInventory
|
||||
_ -> []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user