Skip to content

Commit

Permalink
finished
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Jan 20, 2025
1 parent 18183bc commit eec1128
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/guns/smgs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
18 changes: 9 additions & 9 deletions code/modules/projectiles/magazines/smgs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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"
Expand Down

0 comments on commit eec1128

Please sign in to comment.