Skip to content

Commit

Permalink
suppressor dispersion and fire rate tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
X0-11 committed Jul 26, 2023
1 parent 93ad909 commit bd45688
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/modules/halo/weapons/forerunner/rifles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

fire_delay = 8
burst = 6
burst_delay = 1.6
burst_delay = 1.7
one_hand_penalty = -1
dispersion = list(0.0,0.2,0.3,0.5,0.73,0.8)
dispersion = list(0.1,0.2,0.3,0.5,0.73,0.8)
w_class = ITEM_SIZE_LARGE

item_icons = list(
Expand All @@ -29,8 +29,8 @@
)

firemodes = list(\
list(mode_name="short bursts", burst=6, dispersion=list(0.0,0.2,0.3,0.5,0.73,0.8)),
list(mode_name="extended bursts", burst=12, dispersion=list(0.1,0.2,0.3,0.6, 0.8, 0.9, 0.9, 0.9, 0.9, 1.0))
list(mode_name="short bursts", burst=6, dispersion=list(0.1,0.2,0.3,0.5,0.73,0.8)),
list(mode_name="extended bursts", burst=12, dispersion=list(0.2,0.3,0.3,0.5, 0.8, 0.8, 0.9, 0.9, 0.9, 1.0))
)

/obj/item/weapon/gun/projectile/suppressor/can_use_when_prone()
Expand Down

0 comments on commit bd45688

Please sign in to comment.