From 3a8bf6501fa0e0f11f8ab680f0016f2eb56427ed Mon Sep 17 00:00:00 2001 From: Vile Beggar Date: Mon, 4 Dec 2023 16:35:10 +0100 Subject: [PATCH] get rid of vary phone edit --- code/modules/projectiles/guns/lever_action.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/lever_action.dm b/code/modules/projectiles/guns/lever_action.dm index 09aa82566d33..849844f4f044 100644 --- a/code/modules/projectiles/guns/lever_action.dm +++ b/code/modules/projectiles/guns/lever_action.dm @@ -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