mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 17:44:25 +01:00
Merge pull request #8753 from VOREStation/upstream-merge-7428
[MIRROR] Small tweaks to cyborg verbs and icon
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user