Skip to content

Commit

Permalink
Merge pull request #3534 from CapCamIII/ack
Browse files Browse the repository at this point in the history
slight rifle tweaks from last pr
  • Loading branch information
BDpuffy420 authored Feb 4, 2024
2 parents af8bbb5 + 5e165cf commit c9405b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/halo/weapons/XM98.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
wielded_item_state = "xm98-wielded"

burst = 2
burst_delay = 0.8
burst_delay = 0.9
one_hand_penalty = -1
dispersion = list(0.0,0.1,0.2,0.2)
hud_bullet_row_num = 20
silenced = 1

firemodes = list(\
list(mode_name="3 round burst", burst=3, dispersion=list(0.0,0.1,0.2)),
list(mode_name="6 round burst", burst=5, dispersion=list(0.7,0.8,0.9,1.0,1.1,1.2)),
list(mode_name="5 round burst", burst=5, dispersion=list(0.5,0.5,0.6,0.6,0.8)),
)

ammo_icon_state = null
Expand Down
Binary file modified code/modules/halo/weapons/icons/Weapon_Inhands_left.dmi
Binary file not shown.
Binary file modified code/modules/halo/weapons/icons/Weapon_Inhands_right.dmi
Binary file not shown.

0 comments on commit c9405b0

Please sign in to comment.