mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Update organ_external.dm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user