Update organ_external.dm

This commit is contained in:
Novacat
2020-11-19 19:50:33 -05:00
committed by GitHub
parent a86e7fcedb
commit 70640ca8ac
-5
View File
@@ -1390,14 +1390,9 @@ 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)
<<<<<<< HEAD
if(!istype(I,/obj/item/weapon/implant) && !istype(I,/obj/item/device/nif)) //VOREStation Add - NIFs
return 1
=======
if(!istype(I,/obj/item/weapon/implant))
return 1
/obj/item/organ/external/proc/is_hidden_by_tail()
if(owner && owner.tail_style && owner.tail_style.hide_body_parts && (organ_tag in owner.tail_style.hide_body_parts))
return 1
>>>>>>> 576d065... Kaleidoscope 2: The Retabbening (#7697)