From e3477b76492fde3439aec85b1d194544f317486f Mon Sep 17 00:00:00 2001 From: Error430 Date: Mon, 28 Oct 2024 20:01:22 -0400 Subject: [PATCH] Fix: temp 2x scope noDrop --- common/src/definitions/scopes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/definitions/scopes.ts b/common/src/definitions/scopes.ts index 6fed60403..877205757 100644 --- a/common/src/definitions/scopes.ts +++ b/common/src/definitions/scopes.ts @@ -27,7 +27,7 @@ export const Scopes = ObjectDefinitions.withDefault()( giveByDefault: true } ), - scope([2], { zoomLevel: 100 }), + scope([2], { zoomLevel: 100, noDrop: true }), // TODO: This is for fall mode only. Add a system to handle this later. scope([4], { zoomLevel: 135 }), scope([8], { zoomLevel: 185 }), scope([15], { zoomLevel: 255 })