Skip to content

Commit

Permalink
Allows the sniper rifle to be suppressed and unsuppressed.
Browse files Browse the repository at this point in the history
  • Loading branch information
RemieRichards committed Dec 11, 2015
1 parent 3b1afe4 commit a49fdc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/projectiles/guns/projectile/sniper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
mag_type = /obj/item/ammo_box/magazine/sniper_rounds
fire_delay = 40
origin_tech = "combat=8"
can_unsuppress = 1
can_suppress = 1
w_class = 3
var/zoomed = FALSE
var/zoom_amt = 7
var/datum/action/sniper_zoom/azoom
Expand Down

0 comments on commit a49fdc0

Please sign in to comment.