Makes data huds passive.

This commit is contained in:
tkdrg
2014-11-16 01:52:06 -03:00
parent 7d8b12bd43
commit 705a264dcf
38 changed files with 277 additions and 293 deletions
+4 -1
View File
@@ -29,6 +29,9 @@
if(istype(I, /obj/item/weapon/implant/loyalty))
target << "<span class='notice'>You feel a sense of liberation as Nanotrasen's grip on your mind fades away.</span>"
qdel(I)
if(istype(user, /mob/living/carbon/human))
var/mob/living/carbon/human/H = user
H.sec_hud_set_implants()
else
user.visible_message("<span class='notice'>[user] can't find anything in [target]'s [target_zone].</span>")
return 1
return 1