Modtype tweak.

This commit is contained in:
Segrain
2013-07-05 20:10:39 +03:00
parent ec92507260
commit 5abed5a5f6
3 changed files with 20 additions and 27 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