Commit before changes to item grammar
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module Dodge.Item.Scope (
|
||||
zoomScope,
|
||||
targetingScope,
|
||||
rocketRemoteScreen,
|
||||
remoteScreen,
|
||||
) where
|
||||
|
||||
import Control.Lens
|
||||
@@ -21,8 +21,8 @@ targetingScope tt =
|
||||
& itType . iyBase .~ ATTACH (TARGETATTACH tt)
|
||||
& itUse .~ AttachUse Nothing
|
||||
|
||||
rocketRemoteScreen :: Item
|
||||
rocketRemoteScreen =
|
||||
remoteScreen :: Item
|
||||
remoteScreen =
|
||||
defaultHeldItem
|
||||
& itType . iyBase .~ ATTACH ROCKETREMOTESCREEN
|
||||
& itType . iyBase .~ ATTACH REMOTESCREEN
|
||||
& itUse .~ AttachUse Nothing
|
||||
|
||||
Reference in New Issue
Block a user