Skip to content

Commit

Permalink
old warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaga-404 committed Apr 18, 2024
1 parent b01d59d commit 0f0be91
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 @@ -245,8 +245,6 @@
to_chat(aimed_projectile.firer, SPAN_WARNING("Two hits! You're starting to get a good read on the target's patterns."))
if(3)
to_chat(aimed_projectile.firer, SPAN_WARNING("Bullseye! You're fully focused on the target."))
if(isxeno(target_mob))
to_chat(target_mob, SPAN_XENOHIGHDANGER("Another strike of searing heat slams precisely into a weakness in our exoskeleton, shattering it!"))
else
to_chat(aimed_projectile.firer, SPAN_WARNING("Bullseye!"))
else
Expand Down

0 comments on commit 0f0be91

Please sign in to comment.