mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Fixes synthetic limbs (#22960)
* Updates icons of created limbs * Adds Plasmamen limbs to human_parts_greyscale
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user