UNadded robotic hands and feet because there was no point in doing this in the first place.

Signed-off-by: Furlucis <Logman115@gmail.com>
This commit is contained in:
Furlucis
2013-05-31 22:32:39 -04:00
parent e32b253a41
commit 24098c6529
3 changed files with 4 additions and 69 deletions
@@ -14,7 +14,7 @@
/obj/item/borg/upgrade/proc/action(var/mob/living/silicon/robot/R)
if(R.stat == DEAD)
usr << "\red The [src] will not function on a deceased robot."
usr << "/red The [src] will not function on a deceased robot."
return 1
return 0