|
|
|
@@ -12,6 +12,7 @@
|
|
|
|
|
name = "\improper Nanotrasen Saber SMG"
|
|
|
|
|
desc = "A prototype three-round burst 9mm submachine gun, designated 'SABR'. Has a threaded barrel for suppressors."
|
|
|
|
|
icon_state = "saber"
|
|
|
|
|
fire_sound = "sound/weapons/gunshot_smg_alt.ogg"
|
|
|
|
|
mag_type = /obj/item/ammo_box/magazine/smgm9mm
|
|
|
|
|
pin = null
|
|
|
|
|
|
|
|
|
@@ -125,6 +126,7 @@
|
|
|
|
|
desc = "An outdated personal defence weapon. Uses 4.6x30mm rounds and is designated the WT-550 Semi-Automatic SMG."
|
|
|
|
|
icon_state = "wt550"
|
|
|
|
|
item_state = "arg"
|
|
|
|
|
fire_sound = "sound/weapons/gunshot_smg_alt.ogg"
|
|
|
|
|
mag_type = /obj/item/ammo_box/magazine/wt550m9
|
|
|
|
|
can_suppress = FALSE
|
|
|
|
|
burst_size = 2
|
|
|
|
@@ -138,6 +140,10 @@
|
|
|
|
|
. = ..()
|
|
|
|
|
spread = 15
|
|
|
|
|
|
|
|
|
|
/obj/item/gun/ballistic/automatic/wt550/afterattack()
|
|
|
|
|
. = ..()
|
|
|
|
|
empty_alarm()
|
|
|
|
|
|
|
|
|
|
/obj/item/gun/ballistic/automatic/wt550/disable_burst()
|
|
|
|
|
. = ..()
|
|
|
|
|
spread = 0
|
|
|
|
@@ -158,7 +164,7 @@
|
|
|
|
|
icon_state = "m90"
|
|
|
|
|
item_state = "m90"
|
|
|
|
|
mag_type = /obj/item/ammo_box/magazine/m556
|
|
|
|
|
fire_sound = 'sound/weapons/gunshot_smg.ogg'
|
|
|
|
|
fire_sound = 'sound/weapons/rifleshot.ogg'
|
|
|
|
|
can_suppress = FALSE
|
|
|
|
|
automatic_burst_overlay = FALSE
|
|
|
|
|
var/obj/item/gun/ballistic/revolver/grenadelauncher/underbarrel
|
|
|
|
@@ -243,7 +249,7 @@
|
|
|
|
|
item_state = "arg"
|
|
|
|
|
slot_flags = 0
|
|
|
|
|
mag_type = /obj/item/ammo_box/magazine/m556
|
|
|
|
|
fire_sound = 'sound/weapons/gunshot_smg.ogg'
|
|
|
|
|
fire_sound = 'sound/weapons/rifleshot.ogg'
|
|
|
|
|
can_suppress = FALSE
|
|
|
|
|
burst_size = 3
|
|
|
|
|
burst_shot_delay = 1
|
|
|
|
@@ -258,7 +264,7 @@
|
|
|
|
|
w_class = WEIGHT_CLASS_NORMAL
|
|
|
|
|
weapon_weight = WEAPON_MEDIUM
|
|
|
|
|
mag_type = /obj/item/ammo_box/magazine/m12g
|
|
|
|
|
fire_sound = 'sound/weapons/gunshot.ogg'
|
|
|
|
|
fire_sound = 'sound/weapons/gunshotshotgunshot.ogg'
|
|
|
|
|
automatic_burst_overlay = FALSE
|
|
|
|
|
can_suppress = FALSE
|
|
|
|
|
burst_size = 1
|
|
|
|
@@ -293,11 +299,11 @@
|
|
|
|
|
desc = "A heavily modified 1.95x129mm light machine gun, designated 'L6 SAW'. Has 'Aussec Armoury - 2531' engraved on the receiver below the designation."
|
|
|
|
|
icon_state = "l6closed100"
|
|
|
|
|
item_state = "l6closedmag"
|
|
|
|
|
fire_sound = "sound/weapons/lmgshot.ogg"
|
|
|
|
|
w_class = WEIGHT_CLASS_HUGE
|
|
|
|
|
slot_flags = 0
|
|
|
|
|
mag_type = /obj/item/ammo_box/magazine/mm195x129
|
|
|
|
|
weapon_weight = WEAPON_HEAVY
|
|
|
|
|
fire_sound = 'sound/weapons/gunshot_smg.ogg'
|
|
|
|
|
var/cover_open = FALSE
|
|
|
|
|
can_suppress = FALSE
|
|
|
|
|
burst_size = 3
|
|
|
|
@@ -363,6 +369,7 @@
|
|
|
|
|
desc = "A long ranged weapon that does significant damage. No, you can't quickscope."
|
|
|
|
|
icon_state = "sniper"
|
|
|
|
|
item_state = "sniper"
|
|
|
|
|
fire_sound = "sound/weapons/noscope.ogg"
|
|
|
|
|
recoil = 2
|
|
|
|
|
weapon_weight = WEAPON_HEAVY
|
|
|
|
|
mag_type = /obj/item/ammo_box/magazine/sniper_rounds
|
|
|
|
@@ -397,6 +404,7 @@
|
|
|
|
|
desc = "One of countless obsolete ballistic rifles that still sees use as a cheap deterrent. Uses 10mm ammo and its bulky frame prevents one-hand firing."
|
|
|
|
|
icon_state = "surplus"
|
|
|
|
|
item_state = "moistnugget"
|
|
|
|
|
fire_sound = 'sound/weapons/rifleshot.ogg'
|
|
|
|
|
weapon_weight = WEAPON_HEAVY
|
|
|
|
|
mag_type = /obj/item/ammo_box/magazine/m10mm/rifle
|
|
|
|
|
fire_delay = 30
|
|
|
|
|