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 GitHub
4 changed files with 38 additions and 3 deletions
+1
View File
@@ -197,6 +197,7 @@
#define COMPONENT_DELETE_OLD_IMPLANT 4
#define COMSIG_IMPLANT_EXISTING_UPLINK "implant_uplink_exists" //called on implants being implanted into someone with an uplink implant: (datum/component/uplink)
//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
#define COMSIG_PDA_CHANGE_RINGTONE "pda_change_ringtone" //called on pda when the user changes the ringtone: (mob/living/user, new_ringtone)