[MIRROR] Anon names post-roundstart now correctly changes IDs as well (#2909)

* woop (#56400)

Anon names post-roundstart now correctly changes IDs as well

* Anon names post-roundstart now correctly changes IDs as well

Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-01-28 02:50:15 +01:00
committed by GitHub
co-authored by tralezab
parent 2979bc5754
commit 9e29dd7514
+2 -1
View File
@@ -59,8 +59,9 @@
if(issilicon(player))
player.fully_replace_character_name(player.real_name, theme.anonymous_ai_name(isAI(player)))
else
var/original_name = player.real_name //id will not be changed if you do not do this
randomize_human(player) //do this first so the special name can be given
player.fully_replace_character_name(player.real_name, theme.anonymous_name(player))
player.fully_replace_character_name(original_name, theme.anonymous_name(player))
/* Datum singleton initialized by the client proc to hold the naming generation */
/datum/anonymous_theme