Allow RPED to work with organ analyzer. (#31403)

This commit is contained in:
Alan
2026-01-19 19:33:55 -05:00
committed by GitHub
parent 0a2c2de474
commit fee62bf55f
@@ -94,6 +94,8 @@
update_appearance(UPDATE_OVERLAYS)
/obj/machinery/organ_analyzer/item_interaction(mob/living/user, obj/item/used, list/modifiers)
if(istype(used, /obj/item/storage/part_replacer))
return ..()
if(!istype(used, /obj/item/organ/internal))
to_chat(user, SPAN_WARNING("The machines rejects [used]; it finds no possible potential in it."))
return ITEM_INTERACT_COMPLETE