Make examine inventory controlled by item, perhaps still buggy
This commit is contained in:
@@ -19,6 +19,7 @@ module Dodge.Item.Scope (
|
||||
introScan,
|
||||
) where
|
||||
|
||||
--import Dodge.Data.BlBl
|
||||
import Dodge.Item.Attach
|
||||
import Control.Lens
|
||||
import Dodge.Data.Item
|
||||
@@ -59,7 +60,7 @@ itemScanner =
|
||||
defaultHeldItem
|
||||
& itType .~ ITEMSCANNER
|
||||
& itUse .~ UseNothing
|
||||
|
||||
& itEffect . ieOnDrop .~ ItemCancelExamineInventory
|
||||
|
||||
bulletModule :: BulletMod -> Item
|
||||
bulletModule bm =
|
||||
|
||||
Reference in New Issue
Block a user