Skip to content

Commit

Permalink
M545 Burst & Plasma Repeater Fire Sound
Browse files Browse the repository at this point in the history
  • Loading branch information
YourPalHolidays committed Jul 23, 2024
1 parent 33fce40 commit bbc6cd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added code/modules/halo/sounds/plasma_repeater_fire.ogg
Binary file not shown.
2 changes: 2 additions & 0 deletions code/modules/halo/weapons/M545.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
burst_delay = 1.5
slowdown_general = 0.5

burst = 12

firemodes = list(\
list(mode_name="short bursts", burst=12,accuracy=0, dispersion=list(0.2, 0.2, 0.2, 0.2, 0.3, 0.3, 0.3, 0.3, 0.4, 0.4, 0.4, 0.5)),
list(mode_name="extended bursts", burst=24, accuracy=-1,dispersion=list(0.3, 0.3, 0.3, 0.3, 0.4, 0.4, 0.4, 0.4, 0.5, 0.5, 0.5, 0.6))
Expand Down
2 changes: 1 addition & 1 deletion code/modules/halo/weapons/covenant/lmg.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
icon_state = "plasmarepeater"
item_state = "repeater"
w_class = ITEM_SIZE_HUGE
fire_sound = 'code/modules/halo/sounds/plasrifle3burst.ogg'
fire_sound = 'code/modules/halo/sounds/plasma_repeater_fire.ogg'
projectile_type = /obj/item/projectile/bullet/covenant/plasmarepeater
slot_flags = SLOT_BACK
one_hand_penalty = -1
Expand Down

0 comments on commit bbc6cd6

Please sign in to comment.