Fix leftover mymob calls and other things

This commit is contained in:
Rykka
2020-05-23 04:48:47 -04:00
parent c22411b2a4
commit eec5d912f7
3 changed files with 2 additions and 32 deletions
+1 -1
View File
@@ -1364,5 +1364,5 @@ Note that amputating the affected organ does in fact remove the infection from t
. = 0
for(var/obj/item/organ/external/L in organs)
for(var/obj/item/I in L.implants)
if(!istype(I,/obj/item/weapon/implant) && !istype(I,/obj/item/device/nif))
if(!istype(I,/obj/item/weapon/implant))
return 1