Revert "Merge pull request #15824 from Putnam3145/why-is-it-like-this"

This reverts commit 9d83e5da60, reversing
changes made to dd26852438.
This commit is contained in:
BongaTheProto
2022-10-01 12:55:57 -05:00
parent 779f6687f9
commit 0ce3784cc7

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)