mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user