diff --git a/code/modules/antagonists/traitor/IAA/internal_affairs.dm b/code/modules/antagonists/traitor/IAA/internal_affairs.dm index 8315f1d32043..e5ecfd125797 100644 --- a/code/modules/antagonists/traitor/IAA/internal_affairs.dm +++ b/code/modules/antagonists/traitor/IAA/internal_affairs.dm @@ -32,13 +32,9 @@ START_PROCESSING(SSprocessing, src) if(ishuman(owner.current)) - //Gives Cyanide/death pill dental implant - var/obj/item/reagent_containers/pill/iaa/death = new - owner.current.transferItemToLoc(death, owner, TRUE) - var/datum/action/item_action/hands_free/activate_pill/P = new(death) - P.button.name = "Activate [death.name]" - P.target = death - P.Grant(owner.current)//The pill never actually goes in an inventory slot, so the owner doesn't inherit actions from it + var/mob/living/carbon/human/H = owner.current + var/obj/item/implant/dusting/E = new/obj/item/implant/dusting(H) + E.implant(H) company = /datum/corporation/mi13