moves this

This commit is contained in:
AffectedArc07
2021-05-23 17:32:57 +01:00
parent 7486d026b7
commit c789810b82
4 changed files with 16 additions and 24 deletions
@@ -2133,13 +2133,6 @@ GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts
if(be_random_name)
real_name = random_name(gender,species)
var/firstspace = findtext(real_name, " ")
var/name_length = length(real_name)
if(!firstspace) //we need a surname
real_name += " [pick(GLOB.last_names)]"
else if(firstspace == name_length)
real_name += "[pick(GLOB.last_names)]"
character.add_language(language)