Skip to content

Commit

Permalink
Update rifle.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Yobrocharlie committed Nov 2, 2023
1 parent 6799545 commit 3e6f6ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/projectiles/guns/ballistic/rifle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,14 @@
desc = "The Hecate II is a heavy, high-powered bolt action sniper rifle chambered in .50 caliber ammunition. Lacks an iron sight."
icon_state = "amr"
item_state = "amr"
extra_speed = 0
mag_type = /obj/item/ammo_box/magazine/amr
fire_delay = 12 //Heavy round, tiny bit slower
extra_damage = 50
extra_damage = 65
extra_penetration = 0.6
recoil = 1
spread = 0
force = 65 //Big clumsy and sensitive scope, makes for a poor club
force = 10 //Big clumsy and sensitive scope, makes for a poor club
zoomable = TRUE
zoom_amt = 10
zoom_out_amt = 13
Expand Down

0 comments on commit 3e6f6ae

Please sign in to comment.