Revert "Allow AI, mime, clown to have the same name as LITERALLY ANY MOB IN THE WORLD(???)"

This commit is contained in:
silicons
2022-10-02 08:44:02 -07:00
committed by GitHub
parent 987fb89cc7
commit d3f05f7830
+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")
if(C?.prefs?.custom_names[role] && !banned)
newname = C.prefs.custom_names[role]
else
while(loop && safety < 5)
while(loop && safety < 5)
if(C && C.prefs.custom_names[role] && !safety && !banned)
newname = C.prefs.custom_names[role]
else
switch(role)
if("human")
newname = random_unique_name(gender)