Delete all currently implanted loyalty implants instead of just a single one

This commit is contained in:
Alex
2013-11-23 17:47:04 +01:00
parent 82bc1edc23
commit 87f76499dd
-1
View File
@@ -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 <Font size =3><B>Your loyalty implant has been deactivated.</B></FONT>"
if("add")
var/obj/item/weapon/implant/loyalty/L = new/obj/item/weapon/implant/loyalty(H)