mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 01:18:40 +01:00
@@ -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)]"
|
||||
|
||||
Reference in New Issue
Block a user