From f7a873a3e55127e186a4ab870856d0bb344a76ea Mon Sep 17 00:00:00 2001 From: DigitalSquirrel95 <48812209+DigitalSquirrel95@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:51:09 -0500 Subject: [PATCH] Update robot.dm --- code/modules/mob/living/silicon/robot/robot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm index c7c56639e95..fab9a64f2d5 100644 --- a/code/modules/mob/living/silicon/robot/robot.dm +++ b/code/modules/mob/living/silicon/robot/robot.dm @@ -747,7 +747,7 @@ else if(!src.module && U.require_module) to_chat(usr, span_filter_notice("The borg must choose a module before it can be upgraded!")) else if(user == src) //RS edit: No self-upgrading. - to_chat(user, span_filter_notice("You lack the reach to be able to upgrade yourself.")) + to_chat(usr, span_warning("You lack the reach to be able to upgrade yourself.")) else if(U.locked) to_chat(usr, span_filter_notice("The upgrade is locked and cannot be used yet!")) else