diff --git a/code/modules/projectiles/guns/ballistic/pistol.dm b/code/modules/projectiles/guns/ballistic/pistol.dm index c80e571db61..e8be55b2195 100644 --- a/code/modules/projectiles/guns/ballistic/pistol.dm +++ b/code/modules/projectiles/guns/ballistic/pistol.dm @@ -22,6 +22,7 @@ bolt_drop_sound = 'sound/weapons/gun/pistol/drop_small.ogg' fire_sound_volume = 90 bolt_wording = "slide" + suppressor_x_offset = 4 /obj/item/gun/ballistic/automatic/pistol/no_mag spawnwithmagazine = FALSE @@ -80,6 +81,7 @@ fire_delay = 1 spread = 10 actions_types = list(/datum/action/item_action/toggle_firemode) + suppressor_x_offset = 6 /obj/item/gun/ballistic/automatic/pistol/stickman name = "flat gun" diff --git a/icons/obj/guns/projectile.dmi b/icons/obj/guns/projectile.dmi index 818d48d5127..abec870988c 100644 Binary files a/icons/obj/guns/projectile.dmi and b/icons/obj/guns/projectile.dmi differ