Move towards external targeting items

This commit is contained in:
2024-09-28 23:01:50 +01:00
parent d1690ed3ac
commit 241191ee1b
11 changed files with 38 additions and 27 deletions
+7
View File
@@ -2,6 +2,7 @@ module Dodge.Item.Scope (
zoomScope,
targetingScope,
remoteScreen,
homingModule,
) where
import Control.Lens
@@ -21,6 +22,12 @@ targetingScope tt =
& itType . iyBase .~ ATTACH (TARGETATTACH tt)
& itUse .~ AttachUse Nothing
homingModule :: Item
homingModule =
defaultHeldItem
& itType . iyBase .~ ATTACH HOMINGMODULE
& itUse .~ AttachUse Nothing
remoteScreen :: Item
remoteScreen =
defaultHeldItem