From d3f9fd03d45851bdada5b6d4b5821304237af9ab Mon Sep 17 00:00:00 2001 From: Martinpachu <86135885+Martinpachu@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:49:27 -0300 Subject: [PATCH] Adds zoom to the GAL, SSG-04 and EBR. (#2810) ## 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: --- code/modules/projectiles/guns/ballistic/automatic.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/projectiles/guns/ballistic/automatic.dm b/code/modules/projectiles/guns/ballistic/automatic.dm index 7cbd8574ba86..dd063fe9dc66 100644 --- a/code/modules/projectiles/guns/ballistic/automatic.dm +++ b/code/modules/projectiles/guns/ballistic/automatic.dm @@ -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 @@ -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