Add remote detonator, stop remote screen attaching to nonlauncher ammo

This commit is contained in:
2024-12-25 21:52:09 +00:00
parent c788af47bd
commit ae557f3fd4
11 changed files with 180 additions and 164 deletions
+5
View File
@@ -3,6 +3,7 @@ module Dodge.Item.Scope (
zoomScope,
targetingScope,
remoteScreen,
remoteDetonator,
homingModule,
-- bulletTargetingModule,
augmentedHUD,
@@ -56,3 +57,7 @@ augmentedHUD = makeAttach AUGMENTEDHUD
remoteScreen :: Item
remoteScreen = makeAttach REMOTESCREEN
& itUse . uaParams .~ APLinkProjectile Nothing
remoteDetonator :: Item
remoteDetonator = makeAttach REMOTEDETONATOR
& itUse . uaParams .~ APLinkProjectile Nothing