From 87f76499ddc99110c73dfb1c0fe7e3fa2ca08ac7 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 23 Nov 2013 17:47:04 +0100 Subject: [PATCH] Delete all currently implanted loyalty implants instead of just a single one --- code/datums/mind.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/mind.dm b/code/datums/mind.dm index a16a42069d6..bd0c398f485 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -510,7 +510,6 @@ datum/mind for(var/datum/organ/external/organs in H.organs) if(I in organs.implants) I.Del() - break H << "\blue Your loyalty implant has been deactivated." if("add") var/obj/item/weapon/implant/loyalty/L = new/obj/item/weapon/implant/loyalty(H)