Skip to content

Commit

Permalink
fuck. Ok, this isn;t a varuiable.
Browse files Browse the repository at this point in the history
  • Loading branch information
KoishiVibe committed Jul 8, 2024
1 parent 53267e4 commit 4492278
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion code/modules/projectiles/gun_attachables.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3359,7 +3359,6 @@ Defined in conflicts.dm of the #defines folder.
delay_mod = -FIRE_DELAY_TIER_7
else if(istype(G,/obj/item/weapon/gun/rifle/lmg))
delay_mod = 0
fa_scatter_peak = FULL_AUTO_SCATTER_PEAK_TIER_3
else
delay_mod = -FIRE_DELAY_TIER_12
G.recalculate_attachment_bonuses()
Expand Down
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/rifles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@
set_fire_delay(FIRE_DELAY_TIER_11)
set_burst_amount(BURST_AMOUNT_TIER_4)
set_burst_delay(FIRE_DELAY_TIER_11)
fa_scatter_peak = FULL_AUTO_SCATTER_PEAK_TIER_1
fa_scatter_peak = FULL_AUTO_SCATTER_PEAK_TIER_2
fa_max_scatter = SCATTER_AMOUNT_TIER_1
accuracy_mult = BASE_ACCURACY_MULT
accuracy_mult_unwielded = BASE_ACCURACY_MULT - HIT_ACCURACY_MULT_TIER_10
Expand Down

0 comments on commit 4492278

Please sign in to comment.