Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slight rifle tweaks from last pr #3534

Merged
merged 1 commit into from
Feb 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading