Skip to content

Commit

Permalink
Adds zoom to the GAL, SSG-04 and EBR. (#2810)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

Adds the ability to zoom on the scope for a few rifles.

## Why It's Good For The Game
Encourages acting as a squad, buffs them a little. little silly that the
scope is only decorative

## Changelog

:cl:
add: The SSG-04, GAL and EBR can now use their scopes!
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Martinpachu authored Mar 7, 2024
1 parent a21d2eb commit d3f9fd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/projectiles/guns/ballistic/automatic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
righthand_file = 'icons/mob/inhands/weapons/64x_guns_right.dmi'
icon_state = "ebr"
item_state = "ebr"
zoomable = TRUE
mag_display = TRUE
weapon_weight = WEAPON_MEDIUM
w_class = WEIGHT_CLASS_BULKY
Expand All @@ -153,6 +154,7 @@
fire_sound = 'sound/weapons/gun/rifle/shot.ogg'
icon_state = "gal"
item_state = "gal"
zoomable = TRUE
mag_display = TRUE
weapon_weight = WEAPON_MEDIUM
w_class = WEIGHT_CLASS_BULKY
Expand Down

0 comments on commit d3f9fd0

Please sign in to comment.