mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user