Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaga-404 committed Apr 18, 2024
1 parent 0f0be91 commit d9eea27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/ammo/bullet/sniper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
if(stopping_power > 3)
living_target.Daze(0.1) // Visual cue that you got hit by something HARD.

// Base 1.8x damage to non-xeno targets (225), 1.6x + 10% current against Runners and Defenders (223), 1.2x + 20% current health against most non-Runner xenos, and +30% current health against Big xenos. -Kaga
// Base 1.8x damage to non-xeno targets (225), 1.6x + 10% current against Runners (223), 1.6x + 20% current health against most non-Runner xenos, and 1x + 30% current health against Big xenos. -Kaga
// This applies after pen reductions. After hitting 1 other thing, it deals 80% damage, or 40% after hitting a dense wall or big xeno.

if((focused_fire_active || isxeno(target_mob)) && !(target_mob.is_dead()))
Expand Down

0 comments on commit d9eea27

Please sign in to comment.