Skip to content

Commit

Permalink
gorp
Browse files Browse the repository at this point in the history
  • Loading branch information
Releasethesea committed Mar 31, 2024
1 parent 05794ab commit 6b8e450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/guns/specialist/sniper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@
recoil = RECOIL_AMOUNT_TIER_1

/obj/item/weapon/gun/rifle/sniper/XM43E1/replace_magazine(mob/user, obj/item/ammo_magazine/magazine)
. = ..()
set_bullet_trait_type()
. = ..()
set_bullet_trait_type()

/obj/item/weapon/gun/rifle/sniper/XM43E1/proc/set_bullet_trait_type()
remove_bullet_trait("breaching")
Expand Down

0 comments on commit 6b8e450

Please sign in to comment.