Fixes #1418
Fixes #1420
Fixes #1431
This commit is contained in:
LordFowl
2017-01-07 16:50:33 -05:00
committed by skull132
parent eeb0aa4a4e
commit 83a688ca4e
7 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -936,8 +936,8 @@ Note that amputating the affected organ does in fact remove the infection from t
if(company)
model = company
var/datum/robolimb/R = all_robolimbs[company]
if(species && !(species.name in R.species_can_use))
R = basic_robolimb
/*if(species && !(species.name in R.species_can_use && species.get_bodytype() != "Machine"))
R = basic_robolimb*/
if(R)
force_icon = R.icon
name = "[R.company] [initial(name)]"