Merge branch 'master' of https://github.com/tgstation/-tg-station into mineral_economy

This commit is contained in:
Ergovisavi
2014-03-26 18:14:48 -07:00
648 changed files with 33156 additions and 31359 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
if (user.get_inactive_hand()==src)
user.unEquip(src)
user.put_in_inactive_hand(B)
del(src)
qdel(src)
if(istype(W, /obj/item/robot_parts/l_leg))
if(src.l_leg) return
user.drop_item()
@@ -30,7 +30,7 @@
R.uneq_all()
R.hands.icon_state = "nomod"
R.icon_state = "robot"
del(R.module)
qdel(R.module)
R.module = null
R.modtype = "robot"
R.updatename("Default")
@@ -53,6 +53,7 @@
if(..()) return 0
R.name = heldname
R.real_name = heldname
R.custom_name = heldname //Required or else if the cyborg's module changes, their name is lost.
return 1