From 9f0e534a557ae1612382d58fbb8591911373757f Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Mon, 28 Oct 2019 01:26:41 +0100 Subject: [PATCH] only add once. --- code/modules/surgery/bodyparts/bodyparts.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/surgery/bodyparts/bodyparts.dm b/code/modules/surgery/bodyparts/bodyparts.dm index 53803cb298..6ddb778271 100644 --- a/code/modules/surgery/bodyparts/bodyparts.dm +++ b/code/modules/surgery/bodyparts/bodyparts.dm @@ -510,8 +510,8 @@ auxmarking += image('modular_citadel/icons/mob/markings_notmammals.dmi', "husk_[I]", -aux_layer, image_dir) else auxmarking += image(body_markings_icon, "[body_markings]_[I]", -aux_layer, image_dir) - . += aux - . += auxmarking + . += aux + . += auxmarking else limb.icon = icon @@ -524,13 +524,13 @@ for(var/I in aux_icons) var/aux_layer = aux_icons[I] aux += image(limb.icon, "[I]", -aux_layer, image_dir) - . += aux if(!isnull(aux_marking)) if(species_id == "husk") auxmarking += image('modular_citadel/icons/mob/markings_notmammals.dmi', "husk_[I]", -aux_layer, image_dir) else auxmarking += image(body_markings_icon, "[body_markings]_[I]", -aux_layer, image_dir) - . += auxmarking + . += auxmarking + . += aux if(!isnull(body_markings)) if(species_id == "husk")