mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Makes data huds passive.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user