Fixed cyborgs not getting their names at round start

This commit is contained in:
CitrusGender
2018-06-24 13:55:03 -05:00
committed by letterjay
parent 386bc528ea
commit d50ae43d7f
7 changed files with 9 additions and 11 deletions
+1 -2
View File
@@ -85,5 +85,4 @@ Cyborg
return H.Robotize(FALSE, latejoin)
/datum/job/cyborg/after_spawn(mob/living/silicon/robot/R, mob/M)
if(CONFIG_GET(flag/rename_cyborg)) //name can't be set in robot/New without the client
R.rename_self("cyborg", M.client)
R.rename_self("cyborg", M.client)