Merge pull request #8041 from PsiOmegaDelta/SetMyName

Silicons can now more easily be correctly renamed.
This commit is contained in:
Chinsky
2015-02-06 00:15:07 +03:00
5 changed files with 22 additions and 10 deletions

View File

@@ -185,6 +185,10 @@ var/list/robot_verbs_default = list(
playsound(loc, 'sound/mecha/nominalsyndi.ogg', 75, 0)
/mob/living/silicon/robot/SetName(pickedName as text)
custom_name = pickedName
updatename()
/mob/living/silicon/robot/proc/sync()
if(lawupdate && connected_ai)
lawsync()