Added two more security HUDs to security.

Security HUDs now show if there's a tracking implant in the guy, which is pretty damn useful if you know how to use it.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1631 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2011-05-29 08:43:54 +00:00
parent caca178232
commit 748ef22373
3 changed files with 6 additions and 2 deletions
@@ -830,6 +830,10 @@
break
else
client.images += image(tempHud,perp,"hudunknown")
for(var/obj/item/weapon/implant/tracking/tracker in perp)
if(tracker.implanted)
client.images += image(tempHud,perp,"hudtracking")
break
if (!druggy)
see_invisible = 0
else if (istype(glasses, /obj/item/clothing/glasses/hud/health))