mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
Revert "Merge pull request #15824 from Putnam3145/why-is-it-like-this"
This reverts commit9d83e5da60, reversing changes made todd26852438.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user