Skip to content

Commit

Permalink
Transference potions rename the mob to just your name
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
coiax authored and KorPhaeron committed Feb 14, 2018
1 parent 4456a0a commit a314ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/research/xenobiology/xenobiology.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a314ab9

Please sign in to comment.