Skip to content

Commit

Permalink
Merge branch 'master' into updateelder
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinpachu authored Mar 7, 2024
2 parents e512c63 + b57eca2 commit 07888fa
Show file tree
Hide file tree
Showing 2 changed files with 6 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
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-2810.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: Martinpachu
changes:
- {rscadd: 'The SSG-04, GAL and EBR can now use their scopes!'}
delete-after: true

0 comments on commit 07888fa

Please sign in to comment.