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.
This commit is contained in:
Jack Edge
2018-02-12 23:00:52 +00:00
committed by CitadelStationBot
parent 88098fe2e1
commit dffee58459

View File

@@ -661,7 +661,7 @@
user.death()
to_chat(SM, "<span class='notice'>In a quick flash, you feel your consciousness flow into [SM]!</span>")
to_chat(SM, "<span class='warning'>You are now [SM]. Your allegiances, alliances, and role is still the same as it was prior to consciousness transfer!</span>")
SM.name = "[SM.name] as [user.real_name]"
SM.name = "[user.real_name]"
qdel(src)
/obj/item/slimepotion/slime/steroid