Merge pull request #9510 from Ghommie/Ghommie-cit240

Fixing tracking implant teleport issues.
This commit is contained in:
kevinz000
2019-10-17 13:05:15 -07:00
committed by Dip
parent 4bd370532d
commit f85a275834
3 changed files with 32 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()