Merge pull request #8753 from VOREStation/upstream-merge-7428

[MIRROR] Small tweaks to cyborg verbs and icon
This commit is contained in:
Novacat
2020-08-20 21:52:17 -04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -336,6 +336,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)
@@ -415,6 +416,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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 134 KiB