Skip to content

Commit

Permalink
nsg is apparently FA
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoe2013 committed Jul 26, 2023
1 parent c208faf commit 35be4c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/projectiles/guns/rifles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@
/obj/item/attachable/attached_gun/flamer/advanced,
)
start_semiauto = FALSE
start_automatic = TRUE
autofire_slow_mult = 1.1

/obj/item/weapon/gun/rifle/nsg23/Initialize(mapload, spawn_empty)
. = ..()
Expand All @@ -171,6 +173,7 @@
damage_mult = BASE_BULLET_DAMAGE_MULT + BULLET_DAMAGE_MULT_TIER_8
recoil_unwielded = RECOIL_AMOUNT_TIER_2
damage_falloff_mult = 0
fa_max_scatter = SCATTER_AMOUNT_TIER_5

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

0 comments on commit 35be4c3

Please sign in to comment.