From dffee584596c0e8e64d79f1ffa97648f107c7972 Mon Sep 17 00:00:00 2001 From: Jack Edge Date: Mon, 12 Feb 2018 23:00:52 +0000 Subject: [PATCH] Transference potions rename the mob to just your name So instead of "Braxton Cherry as parrot", it'll just be "Braxton Cherry" now. Polymorphing keeps your name, this has always bugged me as ugly and unneeded. --- code/modules/research/xenobiology/xenobiology.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/xenobiology/xenobiology.dm b/code/modules/research/xenobiology/xenobiology.dm index c6b9e4b902..df69eb9380 100644 --- a/code/modules/research/xenobiology/xenobiology.dm +++ b/code/modules/research/xenobiology/xenobiology.dm @@ -661,7 +661,7 @@ user.death() to_chat(SM, "In a quick flash, you feel your consciousness flow into [SM]!") to_chat(SM, "You are now [SM]. Your allegiances, alliances, and role is still the same as it was prior to consciousness transfer!") - SM.name = "[SM.name] as [user.real_name]" + SM.name = "[user.real_name]" qdel(src) /obj/item/slimepotion/slime/steroid