From 438587131c6f92197ca0d7ddcbb717738bbc247a Mon Sep 17 00:00:00 2001 From: Kaga-404 <103199482+Kaga-404@users.noreply.github.com> Date: Thu, 23 May 2024 01:36:09 -0700 Subject: [PATCH] Update code/datums/ammo/bullet/sniper.dm Co-authored-by: Drathek <76988376+Drulikar@users.noreply.github.com> --- code/datums/ammo/bullet/sniper.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/datums/ammo/bullet/sniper.dm b/code/datums/ammo/bullet/sniper.dm index 0f4f2d89e2f1..646327c4d6ed 100644 --- a/code/datums/ammo/bullet/sniper.dm +++ b/code/datums/ammo/bullet/sniper.dm @@ -111,8 +111,6 @@ /datum/ammo/bullet/sniper/anti_materiel/proc/stopping_power_knockback(mob/living/living_mob, obj/projectile/fired_projectile) var/stopping_power = min(CEILING((fired_projectile.damage/30), 1), 5) // This is from bullet damage, and does not take Aimed Shot into account. - . = stopping_power - if(!living_mob || living_mob == fired_projectile.firer) return stopping_power