Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
KoishiVibe committed Apr 4, 2024
1 parent 99f3994 commit e1e16b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/projectile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@
if(damage_result <= 10)
bullet_ping(P)
visible_message(SPAN_AVOIDHARM("[src]'s armor deflects [P]!"))
if(damage_result <= 1)
if(damage_result < 1)
damage_result = 0
if(P.ammo.sound_armor) playsound(src, P.ammo.sound_armor, 50, 1)

Expand Down

0 comments on commit e1e16b8

Please sign in to comment.