diff --git a/code/game/gamemodes/miniantags/abduction/abduction_gear.dm b/code/game/gamemodes/miniantags/abduction/abduction_gear.dm
index e74f0c00d7..0bcb6f967e 100644
--- a/code/game/gamemodes/miniantags/abduction/abduction_gear.dm
+++ b/code/game/gamemodes/miniantags/abduction/abduction_gear.dm
@@ -558,7 +558,10 @@ Congratulations! You are now trained for invasive xenobiology research!"}
if(temp)
helptext = "Experimental gland detected!"
else
- helptext = "Subject suitable for experiments."
+ if (L.getorganslot(ORGAN_SLOT_HEART))
+ helptext = "Subject suitable for experiments."
+ else
+ helptext = "Subject unsuitable for experiments."
to_chat(user, "Probing result:[species]")
to_chat(user, "[helptext]")