//Exile implants will allow you to use the station gate, but not return home. //This will allow security to exile badguys/for badguys to exile their kill targets /obj/item/implant/exile name = "exile implant" desc = "Prevents you from returning from away missions." activated = 0 /obj/item/implant/exile/get_data() var/dat = {"Implant Specifications:
Name: Nanotrasen Employee Exile Implant
Implant Details: The onboard gateway system has been modified to reject entry by individuals containing this implant
"} return dat /obj/item/implanter/exile name = "implanter (exile)" imp_type = /obj/item/implant/exile /obj/item/implantcase/exile name = "implant case - 'Exile'" desc = "A glass case containing an exile implant." imp_type = /obj/item/implant/exile