Move background item effects out of records
This commit is contained in:
@@ -65,7 +65,7 @@ itemScan =
|
||||
defaultHeldItem
|
||||
& itType .~ ITEMSCAN
|
||||
& itUse .~ UseNothing
|
||||
& itEffect . ieOnDrop .~ ItemCancelExamineInventory
|
||||
-- & itEffect . ieOnDrop .~ ItemCancelExamineInventory
|
||||
|
||||
mapper :: Item
|
||||
mapper =
|
||||
@@ -91,7 +91,7 @@ copier x =
|
||||
& itType .~ COPIER x
|
||||
& itUse .~ UseValue (Left 0)
|
||||
& itScroll .~ ItemScrollInt 0
|
||||
& itEffect . ieInv .~ ItemCopierUpdate
|
||||
-- & itEffect . ieInv .~ ItemCopierUpdate
|
||||
|
||||
nulgate :: Item
|
||||
nulgate =
|
||||
|
||||
Reference in New Issue
Block a user