Merge pull request #9510 from Ghommie/Ghommie-cit240

Fixing tracking implant teleport issues.
This commit is contained in:
kevinz000
2020-11-12 03:58:15 -03:00
committed by Dip
parent 4bd370532d
commit f85a275834
3 changed files with 32 additions and 3 deletions
+1 -1
View File
@@ -499,7 +499,7 @@
///called on implants being implanted into someone with an uplink implant: (datum/component/uplink)
#define COMSIG_IMPLANT_EXISTING_UPLINK "implant_uplink_exists"
//This uses all return values of COMSIG_IMPLANT_OTHER
#define COMSIG_IMPLANT_REMOVING "implant_removing" //from base of /obj/item/implant/proc/removed() (list/args)
// /obj/item/pda signals
///called on pda when the user changes the ringtone: (mob/living/user, new_ringtone)