Fixes synthetic limbs (#22960)

* Updates icons of created limbs

* Adds Plasmamen limbs to human_parts_greyscale
This commit is contained in:
TribeOfBeavers
2017-01-14 11:54:22 +13:00
committed by oranges
parent 0a79e94bd6
commit 69ab82d614
2 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -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
emag = TRUE
Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB