Skip to content

Commit

Permalink
scope min 12->15 max 22->25
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Aug 27, 2023
1 parent 213dc40 commit 3e3db4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/gun_attachables.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1131,9 +1131,9 @@ Defined in conflicts.dm of the #defines folder.
/// How far out the player should see by default
var/start_scope_range = 12
/// The bare minimum distance the scope can be from the player
var/min_scope_range = 12
var/min_scope_range = 15
/// The maximum distance the scope can be from the player
var/max_scope_range = 22
var/max_scope_range = 25
/// How far in the perpendicular axis the scope can move in either direction
var/perpendicular_scope_range = 7 // Might want to redo this to be something better or more sane
/// How far in each direction the scope should see. Default human view size is 7
Expand Down

0 comments on commit 3e3db4c

Please sign in to comment.