/obj/item/implant/freedom name = "freedom implant" desc = "Use this to escape from those evil Red Shirts." icon_state = "freedom" implant_color = "r" uses = 4 /obj/item/implant/freedom/activate() . = ..() uses-- to_chat(imp_in, "You feel a faint click.") if(iscarbon(imp_in)) var/mob/living/carbon/C_imp_in = imp_in C_imp_in.uncuff() if(!uses) qdel(src) /obj/item/implant/freedom/get_data() var/dat = {" Implant Specifications:
Name: Freedom Beacon
Life: optimum 5 uses
Important Notes: Illegal

Implant Details:
Function: Transmits a specialized cluster of signals to override handcuff locking mechanisms
Special Features:
Neuro-Scan- Analyzes certain shadow signals in the nervous system

No Implant Specifics"} return dat /obj/item/implanter/freedom name = "implanter (freedom)" imp_type = /obj/item/implant/freedom /obj/item/implantcase/freedom name = "implant case - 'Freedom'" desc = "A glass case containing a freedom implant." imp_type = /obj/item/implant/freedom