From 0f0be910b8b487c188d36df67c8f508db511586d Mon Sep 17 00:00:00 2001 From: Kaga <103199482+Kaga-404@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:08:04 -0700 Subject: [PATCH] old warning --- 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 4f0e8ffb49f0..d95970815856 100644 --- a/code/datums/ammo/bullet/sniper.dm +++ b/code/datums/ammo/bullet/sniper.dm @@ -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