Merge pull request #3252 from Segrain/bleeding-edge-freeze

Examining cyborgs.
This commit is contained in:
Zuhayr
2013-07-06 00:30:09 -07:00
3 changed files with 23 additions and 30 deletions
@@ -32,7 +32,6 @@
R.icon_state = "robot"
del(R.module)
R.module = null
R.modtype = "robot"
R.updatename("Default")
R.status_flags |= CANPUSH
R.updateicon()
@@ -52,6 +51,7 @@
/obj/item/borg/upgrade/rename/action(var/mob/living/silicon/robot/R)
if(..()) return 0
R.name = heldname
R.custom_name = heldname
R.real_name = heldname
return 1