Skip to content

Commit

Permalink
M4RA Burstifre
Browse files Browse the repository at this point in the history
Adds burstfire mode to the M4RA
  • Loading branch information
joaopslima authored Jun 26, 2024
1 parent 31e1ffb commit 24fb001
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/projectiles/guns/rifles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1569,13 +1569,15 @@
/obj/item/weapon/gun/rifle/m4ra/set_gun_config_values()
..()
set_fire_delay(FIRE_DELAY_TIER_9)
set_burst_amount(0)
set_burst_amount(BURST_AMOUNT_TIER_2)
set_burst_delay(FIRE_DELAY_TIER_12)
accuracy_mult = BASE_ACCURACY_MULT + HIT_ACCURACY_MULT_TIER_5
accuracy_mult_unwielded = BASE_ACCURACY_MULT - HIT_ACCURACY_MULT_TIER_4
damage_mult = BASE_BULLET_DAMAGE_MULT + BULLET_DAMAGE_MULT_TIER_8
recoil_unwielded = RECOIL_AMOUNT_TIER_4
damage_falloff_mult = 0
scatter = SCATTER_AMOUNT_TIER_8
burst_scatter_mult = SCATTER_AMOUNT_TIER_8

/obj/item/weapon/gun/rifle/m4ra/handle_starting_attachment()
..()
Expand Down

0 comments on commit 24fb001

Please sign in to comment.