mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Update robot.dm
This commit is contained in:
@@ -738,7 +738,7 @@
|
||||
else
|
||||
to_chat(user, span_filter_notice("[span_red("Access denied.")]"))
|
||||
if(user == src) //RS edit: No self-unlocking.
|
||||
to_chat(user, "<span class='filter_notice'>You are not allowed to manipulate your own lock.</span>")
|
||||
to_chat(user, span_filter_notice("You are not allowed to manipulate your own lock."))
|
||||
|
||||
else if(istype(W, /obj/item/borg/upgrade/))
|
||||
var/obj/item/borg/upgrade/U = W
|
||||
@@ -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 class='warning'>You lack the reach to be able to upgrade yourself.</span>")
|
||||
to_chat(user, span_filter_notice("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
|
||||
|
||||
Reference in New Issue
Block a user