Skip to content

Commit

Permalink
fixes sg burst accident
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Aug 5, 2023
1 parent 807387b commit 975a127
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/projectiles/guns/smartgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@
/obj/item/weapon/gun/smartgun/set_gun_config_values()
..()
fire_delay = FIRE_DELAY_TIER_10
burst_amount = BURST_AMOUNT_TIER_3
burst_delay = FIRE_DELAY_TIER_9
fa_delay = FIRE_DELAY_TIER_SG
fa_scatter_peak = FULL_AUTO_SCATTER_PEAK_TIER_8
fa_max_scatter = SCATTER_AMOUNT_TIER_9
Expand All @@ -101,7 +99,6 @@
else
scatter = SCATTER_AMOUNT_TIER_6
recoil = RECOIL_AMOUNT_TIER_3
burst_scatter_mult = SCATTER_AMOUNT_TIER_8
damage_mult = BASE_BULLET_DAMAGE_MULT

/obj/item/weapon/gun/smartgun/set_bullet_traits()
Expand Down

0 comments on commit 975a127

Please sign in to comment.