diff --git a/code/modules/projectiles/guns/specialist/sniper.dm b/code/modules/projectiles/guns/specialist/sniper.dm index a6bb400ba5c9..3f41efa6092f 100644 --- a/code/modules/projectiles/guns/specialist/sniper.dm +++ b/code/modules/projectiles/guns/specialist/sniper.dm @@ -373,7 +373,7 @@ var/focused_fire_counter = 0 var/datum/weakref/focused_fire_target = null - fire_sound = 'sound/weapons/sniper_heavy.ogg' + fire_sound = 'sound/weapons/xm43e1_fire.ogg' current_mag = /obj/item/ammo_magazine/sniper/anti_materiel //Renamed from anti-tank to align with new identity/description. Other references have been changed as well. -Kaga force = 12 wield_delay = WIELD_DELAY_HORRIBLE //Ends up being 1.6 seconds due to scope diff --git a/code/modules/projectiles/magazines/specialist.dm b/code/modules/projectiles/magazines/specialist.dm index 547d231e1c69..dcebc735ea6a 100644 --- a/code/modules/projectiles/magazines/specialist.dm +++ b/code/modules/projectiles/magazines/specialist.dm @@ -35,6 +35,7 @@ caliber = "10x99mm" default_ammo = /datum/ammo/bullet/sniper/anti_materiel gun_type = /obj/item/weapon/gun/rifle/sniper/XM43E1 + icon_state = "xm43e1" //M42C magazine diff --git a/icons/obj/items/weapons/guns/ammo_by_faction/uscm.dmi b/icons/obj/items/weapons/guns/ammo_by_faction/uscm.dmi index 8b3b5e0f1c80..bab59271edd3 100644 Binary files a/icons/obj/items/weapons/guns/ammo_by_faction/uscm.dmi and b/icons/obj/items/weapons/guns/ammo_by_faction/uscm.dmi differ diff --git a/sound/weapons/xm43e1_fire.ogg b/sound/weapons/xm43e1_fire.ogg new file mode 100644 index 000000000000..9da5575fe7fb Binary files /dev/null and b/sound/weapons/xm43e1_fire.ogg differ