Merge pull request #7240 from Citadel-Station-13/upstream-merge-38675

[MIRROR] Fixed cyborgs not getting their names at round start
This commit is contained in:
LetterJay
2018-07-01 09:24:46 -05:00
committed by GitHub
7 changed files with 6 additions and 17 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ Turf and target are separate in case you want to teleport some distance from a t
var/safety = 0
while(loop && safety < 5)
if(C && C.prefs.custom_names[role] && !safety)
if(C && C.prefs.custom_names[role] && !safety && (!jobban_isbanned(src, "appearance")))
newname = C.prefs.custom_names[role]
else
switch(role)