mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 14:12:20 +00:00
re-adding an accidentally deleted line
This commit is contained in:
@@ -236,13 +236,14 @@
|
|||||||
if(custom_name)
|
if(custom_name)
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
var/newname
|
spawn(0)
|
||||||
newname = input(src,"You are a robot. Enter a name, or leave blank for the default name.", "Name change","") as text
|
var/newname
|
||||||
if (newname != "")
|
newname = input(src,"You are a robot. Enter a name, or leave blank for the default name.", "Name change","") as text
|
||||||
custom_name = newname
|
if (newname != "")
|
||||||
|
custom_name = newname
|
||||||
|
|
||||||
updatename("Default")
|
updatename("Default")
|
||||||
updateicon()
|
updateicon()
|
||||||
|
|
||||||
/mob/living/silicon/robot/verb/cmd_robot_alerts()
|
/mob/living/silicon/robot/verb/cmd_robot_alerts()
|
||||||
set category = "Robot Commands"
|
set category = "Robot Commands"
|
||||||
|
|||||||
Reference in New Issue
Block a user