From f55d8723763c442cb100f717bf5fca8482618fbd Mon Sep 17 00:00:00 2001 From: timothyteakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Sun, 18 Jul 2021 14:00:19 +0100 Subject: [PATCH] Update _bodyparts.dm --- code/modules/surgery/bodyparts/_bodyparts.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/surgery/bodyparts/_bodyparts.dm b/code/modules/surgery/bodyparts/_bodyparts.dm index 5fe0b32361..5c9f7d35b2 100644 --- a/code/modules/surgery/bodyparts/_bodyparts.dm +++ b/code/modules/surgery/bodyparts/_bodyparts.dm @@ -877,6 +877,7 @@ second_limb.icon = icon limb.icon_state = "[original_state]_front" second_limb.icon_state = "[original_state]_behind" + . += second_limb if(aux_icons) for(var/I in aux_icons)