Fixes runtime when attaching unbranded robolimbs

And yes, it's not possible to get branded robolimbs yet, so this meant
all robolimbs were runtiming.
This commit is contained in:
Krausus
2015-05-25 07:33:51 -04:00
parent 0315814555
commit 1b3a7da834
+1 -1
View File
@@ -769,7 +769,7 @@ Note that amputating the affected organ does in fact remove the infection from t
/obj/item/organ/external/robotize(var/company)
..()
if(company)
if(company && istext(company))
model = company
var/datum/robolimb/R = all_robolimbs[company]
if(R)