diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index 7e08c25cc42..f630fe4e743 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -497,6 +497,7 @@ GLOBAL_LIST_INIT(cloner_biomass_items, list(\ clonemind.transfer_to(occupant) occupant.grab_ghost() update_clone_antag(occupant) + to_chat(occupant, "You remember nothing from the time that you were dead!") to_chat(occupant, "There is a bright flash!
\ You feel like a new being.
") occupant.flash_eyes(visual = 1)