mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-06 07:22:42 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user