allow people to have dupe names (??)

This commit is contained in:
Putnam3145
2022-08-27 18:30:41 -07:00
parent abc2fcd10e
commit b2666019bc
+4 -4
View File
@@ -173,10 +173,10 @@ Turf and target are separate in case you want to teleport some distance from a t
var/banned = jobban_isbanned(src, "appearance") var/banned = jobban_isbanned(src, "appearance")
while(loop && safety < 5) if(C && C.prefs.custom_names[role] && !safety && !banned)
if(C && C.prefs.custom_names[role] && !safety && !banned) newname = C.prefs.custom_names[role]
newname = C.prefs.custom_names[role] else
else while(loop && safety < 5)
switch(role) switch(role)
if("human") if("human")
newname = random_unique_name(gender) newname = random_unique_name(gender)