Skip to content

Commit

Permalink
Update code/datums/ammo/bullet/sniper.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
Kaga-404 and Drulikar committed May 23, 2024
1 parent 0a33d15 commit 4385871
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/datums/ammo/bullet/sniper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4385871

Please sign in to comment.