Implement copier, an item that copies the value displayed by other items
This commit is contained in:
@@ -88,8 +88,9 @@ copier :: InventoryPathing -> Item
|
||||
copier x =
|
||||
defaultHeldItem
|
||||
& itType .~ COPIER x
|
||||
& itUse .~ UseInt 0
|
||||
& itUse .~ UseValue (Left 0)
|
||||
& itScroll .~ ItemScrollInt 0
|
||||
& itEffect . ieInv .~ ItemCopierUpdate
|
||||
|
||||
bgate :: Item
|
||||
bgate =
|
||||
|
||||
Reference in New Issue
Block a user