Applied Walter0o's fix to silicon namepicking locking up job spawn on roundstart.
This commit is contained in:
Chinsky
2013-05-25 13:34:24 +04:00
parent b78cb81a38
commit e197799c46

View File

@@ -210,7 +210,7 @@
/mob/living/silicon/robot/verb/Namepick()
if(custom_name)
return 0
spawn(0)
var/newname
newname = input(src,"You are a robot. Enter a name, or leave blank for the default name.", "Name change","") as text
if (newname != "")