From b053fe3c86634d2f2743e36c3ad888f2d6735d63 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Tue, 4 Jun 2019 23:36:58 -0500 Subject: [PATCH] Probably fixes synth hand issues --- code/modules/surgery/bodyparts/bodyparts.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/surgery/bodyparts/bodyparts.dm b/code/modules/surgery/bodyparts/bodyparts.dm index 71b659b73f..564a0623a0 100644 --- a/code/modules/surgery/bodyparts/bodyparts.dm +++ b/code/modules/surgery/bodyparts/bodyparts.dm @@ -262,6 +262,7 @@ else if(status == BODYPART_ROBOTIC) icon = DEFAULT_BODYPART_ICON_ROBOTIC body_markings = null + auxmarking = null if(owner) owner.updatehealth() @@ -292,6 +293,7 @@ should_draw_greyscale = FALSE no_update = TRUE body_markings = "husk" // reeee + auxmarking = "husk" if(no_update) return @@ -339,13 +341,16 @@ if(H.dna.features.["mam_body_markings"] != "None") body_markings_icon = Smark.icon body_markings = lowertext(H.dna.features.["mam_body_markings"]) + auxmarking = lowertext(H.dna.features.["mam_body_markings"]) if(MATRIXED) markings_color = list(colorlist) else body_markings = "plain" + auxmarking = "plain" markings_color = (H.dna.features.["mcolor"]) else body_markings = null + auxmarking = null markings_color = "" if(!dropping_limb && H.dna.check_mutation(HULK)) @@ -361,6 +366,7 @@ if(status == BODYPART_ROBOTIC) dmg_overlay_type = "robotic" body_markings = null + auxmarking = null if(dropping_limb) no_update = TRUE //when attached, the limb won't be affected by the appearance changes of its mob owner.