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))
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

+2 -2
View File
@@ -521,7 +521,7 @@
"aka" = (/obj/table{icon_state = "tabledir"; dir = 9},/obj/item/kitchen/donut_box,/turf/simulated/floor,/area/security/main)
"akb" = (/obj/table{icon_state = "tabledir"; dir = 5},/obj/item/weapon/handcuffs,/turf/simulated/floor,/area/security/main)
"akc" = (/obj/stool/chair{dir = 8},/obj/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0; tag = "Streight"},/turf/simulated/floor,/area/security/main)
"akd" = (/obj/table{icon_state = "tabledir"; dir = 10},/obj/machinery/recharger{pixel_y = 4},/turf/simulated/floor,/area/security/main)
"akd" = (/obj/table{icon_state = "tabledir"; dir = 10},/obj/machinery/recharger{pixel_y = 4},/obj/item/clothing/glasses/hud/security,/turf/simulated/floor,/area/security/main)
"ake" = (/turf/simulated/floor/plating,/area/maintenance/fsmaint)
"akf" = (/obj/grille,/obj/window/reinforced{dir = 8},/obj/window/reinforced{dir = 4},/turf/simulated/floor/plating,/area/maintenance/fsmaint)
"akg" = (/obj/landmark{name = "carpspawn"},/turf/space,/area)
@@ -539,7 +539,7 @@
"aks" = (/obj/machinery/atmospherics/unary/vent_pump{on = 1},/turf/simulated/floor,/area/security/hos)
"akt" = (/obj/disposalpipe/segment,/obj/item/device/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 27},/turf/simulated/floor,/area/security/hos)
"aku" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor,/area/security/main)
"akv" = (/obj/table{icon_state = "tabledir"; dir = 8},/obj/item/device/timer,/turf/simulated/floor,/area/security/main)
"akv" = (/obj/table{icon_state = "tabledir"; dir = 8},/obj/item/device/timer,/obj/item/clothing/glasses/hud/security,/turf/simulated/floor,/area/security/main)
"akw" = (/obj/table{icon_state = "tabledir"; dir = 4},/obj/item/device/radio,/turf/simulated/floor,/area/security/main)
"akx" = (/obj/stool/chair{dir = 8},/obj/landmark/start{name = "Security Officer"},/obj/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0; tag = "Streight"},/turf/simulated/floor,/area/security/main)
"aky" = (/obj/machinery/camera{c_tag = "Security"; dir = 8; network = "SS13"},/obj/item/device/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 27},/obj/closet/l3closet/security,/turf/simulated/floor,/area/security/main)