From 15262c481741bcf91342bbbf0d0998e875b24a53 Mon Sep 17 00:00:00 2001 From: justin Date: Tue, 1 Oct 2024 14:29:39 +0100 Subject: [PATCH] Fix bug in remote screen --- src/Dodge/Item/Scope.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Dodge/Item/Scope.hs b/src/Dodge/Item/Scope.hs index f09bc6e7d..e5a4aad88 100644 --- a/src/Dodge/Item/Scope.hs +++ b/src/Dodge/Item/Scope.hs @@ -48,4 +48,5 @@ augmentedHUD = makeAttach AUGMENTEDHUD remoteScreen :: Item remoteScreen = makeAttach REMOTESCREEN + & itUse . uaParams .~ APLinkProjectile Nothing