Fixing tracking implant teleport issues.

This commit is contained in:
Ghommie
2019-10-15 21:32:01 +02:00
parent 26617ba780
commit 7e3a812460
4 changed files with 25 additions and 3 deletions
+2 -1
View File
@@ -89,11 +89,12 @@
return TRUE
/obj/item/implant/proc/removed(mob/living/source, silent = FALSE, special = 0)
SEND_SIGNAL(src, COMSIG_IMPLANT_REMOVING, args)
imp_in = null
source.implants -= src
for(var/X in actions)
var/datum/action/A = X
A.Grant(source)
A.Remove(source)
if(ishuman(source))
var/mob/living/carbon/human/H = source
H.sec_hud_set_implants()