diff --git a/code/game/machinery/limbgrower.dm b/code/game/machinery/limbgrower.dm index 7a32e466857..7f251ed4018 100644 --- a/code/game/machinery/limbgrower.dm +++ b/code/game/machinery/limbgrower.dm @@ -157,6 +157,9 @@ limb.icon_state = "[selected_category]_[limb.body_zone]_s" limb.name = "Synthetic [selected_category] [parse_zone(limb.body_zone)]" limb.desc = "A synthetic [selected_category] limb that will morph on its first use in surgery. This one is for the [parse_zone(limb.body_zone)]" + limb.species_id = selected_category + limb.should_draw_greyscale = TRUE + limb.update_icon_dropped() /obj/machinery/limbgrower/RefreshParts() reagents.maximum_volume = 0 @@ -236,4 +239,4 @@ if((D.build_type & LIMBGROWER) && ("special" in D.category)) files.AddDesign2Known(D) user << "A warning flashes onto the screen, stating that safety overrides have been deactivated" - emag = TRUE \ No newline at end of file + emag = TRUE diff --git a/icons/mob/human_parts_greyscale.dmi b/icons/mob/human_parts_greyscale.dmi index a1fe448aaa5..7713526f5ad 100644 Binary files a/icons/mob/human_parts_greyscale.dmi and b/icons/mob/human_parts_greyscale.dmi differ