From 25e27e97f796204beb188821b5beb4102b10daef Mon Sep 17 00:00:00 2001 From: matttheficus <57759731+matttheficus@users.noreply.github.com> Date: Tue, 24 Nov 2020 08:35:37 -0500 Subject: [PATCH] obliviate (#14940) --- code/game/machinery/cloning.dm | 1 + 1 file changed, 1 insertion(+) 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)