diff --git a/code/modules/projectiles/gun.dm b/code/modules/projectiles/gun.dm index 37586263c3a..3e41bf81271 100644 --- a/code/modules/projectiles/gun.dm +++ b/code/modules/projectiles/gun.dm @@ -518,8 +518,7 @@ if(zoomable) azoom = new() azoom.gun = src - - RegisterSignal(src, COMSIG_ITEM_EQUIPPED, .proc/ZoomGrantCheck) + RegisterSignal(src, COMSIG_ITEM_EQUIPPED, .proc/ZoomGrantCheck) /** * Proc which will be called when the gun receives the `COMSIG_ITEM_EQUIPPED` signal.