diff --git a/code/game/dna.dm b/code/game/dna.dm
index 35314862a41..bbdb78b8597 100644
--- a/code/game/dna.dm
+++ b/code/game/dna.dm
@@ -427,7 +427,8 @@
for(var/mob/dead/observer/ghost in player_list)
if(ghost.mind == occupant.mind)
if(ghost.can_reenter_corpse)
- ghost << "Your corpse has been placed into a cloning scanner. Return to your body if you want to be resurrected/cloned! (Verbs -> Ghost -> Re-enter corpse)"
+ ghost << "Your corpse has been placed into a cloning scanner. Return to your body if you want to be cloned! (Verbs -> Ghost -> Re-enter corpse)"
+ ghost << sound('sound/effects/genetics.ogg')
break
return 1
diff --git a/sound/effects/genetics.ogg b/sound/effects/genetics.ogg
new file mode 100644
index 00000000000..9b28be68b53
Binary files /dev/null and b/sound/effects/genetics.ogg differ