From eec1128263d03d86ae1e5ae0f57890e483b1f2c1 Mon Sep 17 00:00:00 2001 From: AmoryBlaine Date: Mon, 20 Jan 2025 17:40:34 -0500 Subject: [PATCH] finished --- code/modules/projectiles/guns/smgs.dm | 4 ++-- code/modules/projectiles/magazines/smgs.dm | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/code/modules/projectiles/guns/smgs.dm b/code/modules/projectiles/guns/smgs.dm index 554fc4bb76..7eb611e57e 100644 --- a/code/modules/projectiles/guns/smgs.dm +++ b/code/modules/projectiles/guns/smgs.dm @@ -39,8 +39,8 @@ //M39 SMG /obj/item/weapon/gun/smg/m39 - name = "\improper Viper-9 submachinegun" - desc = "Made popular through their use by the United States Secret Service, the Armat Battlefield Systems Model-77 submachinegun, marketed as the 'Viper 9', is a common firearm utilized by private security firms. Chambered in 9mm." + name = "\improper Viper 9 submachinegun" + desc = "Made popular through their use by the United States Secret Service, the Armat Battlefield Systems Model-77 submachinegun, marketed as the 'Viper 9', is a common firearm utilized by private security firms. Chambered in 9x19mm." icon = 'icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi' icon_state = "m39" item_state = "m39" diff --git a/code/modules/projectiles/magazines/smgs.dm b/code/modules/projectiles/magazines/smgs.dm index a90a55d18b..acc8a6740d 100644 --- a/code/modules/projectiles/magazines/smgs.dm +++ b/code/modules/projectiles/magazines/smgs.dm @@ -9,7 +9,7 @@ //M39 SMG ammo /obj/item/ammo_magazine/smg/m39 - name = "\improper Viper-9 magazine (9mm)" + name = "\improper Viper 9 magazine (9mm)" desc = "A 9mm submachinegun magazine." caliber = "9mm" icon = 'icons/obj/items/weapons/guns/ammo_by_faction/uscm.dmi' @@ -22,49 +22,49 @@ ammo_band_icon_empty = "+m39_band_e" /obj/item/ammo_magazine/smg/m39/ap - name = "\improper Viper-9 AP magazine (9mm)" + name = "\improper Viper 9 AP magazine (9mm)" desc = "A 9mm armor-piercing submachinegun magazine." default_ammo = /datum/ammo/bullet/pistol/ap ammo_band_color = AMMO_BAND_COLOR_AP /obj/item/ammo_magazine/smg/m39/le - name = "\improper Viper-9 LE magazine (9mm)" + name = "\improper Viper 9 LE magazine (9mm)" desc = "A 9mm light-explosive submachinegun magazine." default_ammo = /datum/ammo/bullet/pistol/le ammo_band_color = AMMO_BAND_COLOR_LIGHT_EXPLOSIVE /obj/item/ammo_magazine/smg/m39/rubber - name = "\improper Viper-9 rubber magazine (9mm)" + name = "\improper Viper 9 rubber magazine (9mm)" desc = "A 9mm rubber bullet submachinegun magazine/" default_ammo = /datum/ammo/bullet/pistol/rubber ammo_band_color = AMMO_BAND_COLOR_RUBBER /obj/item/ammo_magazine/smg/m39/heap - name = "\improper Viper-9 HEAP magazine (9mm)" + name = "\improper Viper 9 HEAP magazine (9mm)" desc = "A 9mm armor-piercing high-explosive submachinegun magazine." default_ammo = /datum/ammo/bullet/smg/heap ammo_band_color = AMMO_BAND_COLOR_HEAP /obj/item/ammo_magazine/smg/m39/penetrating - name = "\improper Viper-9 wall-penetrating magazine (9mm)" + name = "\improper Viper 9 wall-penetrating magazine (9mm)" desc = "A 9mm wall-penetrating bullet submachinegun magazine." default_ammo = /datum/ammo/bullet/pistol/ap/penetrating ammo_band_color = AMMO_BAND_COLOR_PENETRATING /obj/item/ammo_magazine/smg/m39/toxin - name = "\improper Viper-9 toxin magazine (9mm)" + name = "\improper Viper 9 toxin magazine (9mm)" desc = "A 9mm toxin bullet submachinegun magazine." default_ammo = /datum/ammo/bullet/pistol/ap/toxin ammo_band_color = AMMO_BAND_COLOR_TOXIN /obj/item/ammo_magazine/smg/m39/incendiary - name = "\improper Viper-9 incendiary magazine (9mm)" + name = "\improper Viper 9 incendiary magazine (9mm)" desc = "A 9mm incendiary submachinegun magazine." default_ammo = /datum/ammo/bullet/pistol/incendiary ammo_band_color = AMMO_BAND_COLOR_INCENDIARY /obj/item/ammo_magazine/smg/m39/extended - name = "\improper Viper-9 extended magazine (9mm)" + name = "\improper Viper 9 extended magazine (9mm)" desc = "A 9mm extended submachinegun magazine." max_rounds = 72 icon_state = "m39_HV_extended"