Merge pull request #678 from ArchieBeepBoop/teleportfixes

[Testmerge] Mass fixing Teleporter issues + Implant Location Refactoring and Fixes
This commit is contained in:
Dahlular
2020-11-19 23:18:37 -07:00
committed by GitHub
37 changed files with 300 additions and 164 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)