diff --git a/code/modules/projectiles/gun.dm b/code/modules/projectiles/gun.dm index 5307b0c806..06bf298454 100644 --- a/code/modules/projectiles/gun.dm +++ b/code/modules/projectiles/gun.dm @@ -574,6 +574,7 @@ /datum/action/item_action/toggle_scope_zoom/Trigger() . = ..() if(.) + var/obj/item/gun/G = target G.zoom(owner, owner.dir) /datum/action/item_action/toggle_scope_zoom/Remove(mob/living/L)