mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
Disables shell renaming (#16061)
* prevent AI shell renaming * verb wording
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
|
||||
/obj/item/borg/upgrade/utility/rename/action(var/mob/living/silicon/robot/R)
|
||||
if(..()) return 0
|
||||
if(isshell(R)) return 0
|
||||
R.notify_ai(ROBOT_NOTIFICATION_NEW_NAME, R.name, heldname)
|
||||
R.name = heldname
|
||||
R.custom_name = heldname
|
||||
|
||||
Reference in New Issue
Block a user