diff --git a/code/game/gamemodes/miniantags/abduction/machinery/experiment.dm b/code/game/gamemodes/miniantags/abduction/machinery/experiment.dm
index 8f3dfb7ac3..2bd7fd17fa 100644
--- a/code/game/gamemodes/miniantags/abduction/machinery/experiment.dm
+++ b/code/game/gamemodes/miniantags/abduction/machinery/experiment.dm
@@ -181,6 +181,7 @@
to_chat(H, "You feel intensely watched.")
sleep(5)
to_chat(H, "Your mind snaps!")
+ to_chat(H, "You can't remember how you got here...")
var/objtype = pick(subtypesof(/datum/objective/abductee/))
var/datum/objective/abductee/O = new objtype()
SSticker.mode.abductees += H.mind