Skip to content

Commit

Permalink
Fix: temp 2x scope noDrop
Browse files Browse the repository at this point in the history
  • Loading branch information
Err0r430 authored and ei-pi committed Oct 29, 2024
1 parent 44fccea commit e3477b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/definitions/scopes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const Scopes = ObjectDefinitions.withDefault<ScopeDefinition>()(
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 })
Expand Down

0 comments on commit e3477b7

Please sign in to comment.