Skip to content

Commit

Permalink
EB switcheroo
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Aug 6, 2023
1 parent 40ed092 commit 6f59007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/gun_attachables.dm
Original file line number Diff line number Diff line change
Expand Up @@ -368,12 +368,12 @@ Defined in conflicts.dm of the #defines folder.
icon_state = "ebarrel"
attach_icon = "ebarrel_a"
hud_offset_mod = -3
wield_delay_mod = WIELD_DELAY_FAST

/obj/item/attachable/extended_barrel/New()
..()
accuracy_mod = HIT_ACCURACY_MULT_TIER_2
accuracy_mod = HIT_ACCURACY_MULT_TIER_4
velocity_mod = AMMO_SPEED_TIER_1
delay_mod = FIRE_DELAY_TIER_10

/obj/item/attachable/heavy_barrel
name = "barrel charger"
Expand Down

0 comments on commit 6f59007

Please sign in to comment.