Small tweaks to cyborg verbs and icon

- Add two little sentences of feedback to the 'Emit sparks' and 'namepick' verbs.
- Change the default HUD to 'Pick me', so new players might be a tad less confused about this clunky mess.
This commit is contained in:
lbnesquik
2020-07-30 19:50:30 +02:00
parent 3218936ed3
commit 5100455e94
2 changed files with 2 additions and 0 deletions

View File

@@ -325,6 +325,7 @@
/mob/living/silicon/robot/verb/Namepick()
set category = "Robot Commands"
if(custom_name)
to_chat(usr, "You can't pick another custom name. Go ask for a name change.")
return 0
spawn(0)
@@ -403,6 +404,7 @@
/mob/living/silicon/robot/verb/spark_plug() //So you can still sparkle on demand without violence.
set category = "Robot Commands"
set name = "Emit Sparks"
to_chat(src, "You harmlessly spark.")
spark_system.start()
// this function displays jetpack pressure in the stat panel