Skip to content

Commit

Permalink
get rid of vary
Browse files Browse the repository at this point in the history
phone edit
  • Loading branch information
VileBeggar authored Dec 4, 2023
1 parent 199af2c commit 3a8bf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/lever_action.dm
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ their unique feature is that a direct hit will buff your damage and firerate

/obj/item/weapon/gun/lever_action/xm88/direct_hit_buff(mob/user, mob/target, one_hand_lever = FALSE)
. = ..()
playsound(target, direct_hit_sound, 75, vary = TRUE)
playsound(target, direct_hit_sound, 75)

#undef FLOATING_PENETRATION_TIER_0
#undef FLOATING_PENETRATION_TIER_1
Expand Down

0 comments on commit 3a8bf65

Please sign in to comment.