diff --git a/code/modules/projectiles/guns/ballistic/automatic.dm b/code/modules/projectiles/guns/ballistic/automatic.dm index 65bb7a6858e..cb1bc7ffcdc 100644 --- a/code/modules/projectiles/guns/ballistic/automatic.dm +++ b/code/modules/projectiles/guns/ballistic/automatic.dm @@ -360,7 +360,7 @@ burst_size = 1 actions_types = list() fire_sound = 'sound/items/weapons/thermalpistol.ogg' - suppressor_x_offset = 8 + suppressor_x_offset = 0 /// Determines how many shots we can make before the weapon needs to be maintained. var/shots_before_degradation = 10 diff --git a/icons/obj/weapons/guns/wide_guns.dmi b/icons/obj/weapons/guns/wide_guns.dmi index 74dc0cdae01..e7f28f2ec38 100644 Binary files a/icons/obj/weapons/guns/wide_guns.dmi and b/icons/obj/weapons/guns/wide_guns.dmi differ