From a0aeb9c03fd1762c9c5da7f25f2bca23fcba6e1b Mon Sep 17 00:00:00 2001 From: Geeves Date: Fri, 14 Jun 2024 16:19:10 +0200 Subject: [PATCH] Synthskin Tattoos (#19400) * Synthskin limbs can now have tattoo bodymarkings. --- code/modules/organs/organ_icon.dm | 2 +- html/changelogs/geeves-synthskin_tattoos.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/geeves-synthskin_tattoos.yml diff --git a/code/modules/organs/organ_icon.dm b/code/modules/organs/organ_icon.dm index 9ab87f445c1..73d1a909528 100644 --- a/code/modules/organs/organ_icon.dm +++ b/code/modules/organs/organ_icon.dm @@ -183,7 +183,7 @@ mob_icon.Blend(rgb(s_tone, s_tone, s_tone), ICON_ADD) else mob_icon.Blend(rgb(-s_tone, -s_tone, -s_tone), ICON_SUBTRACT) - apply_markings(restrict_to_robotic = TRUE) + apply_markings(restrict_to_robotic = (robotize_type != PROSTHETIC_SYNTHSKIN)) get_internal_organs_overlay() else if(!dna) diff --git a/html/changelogs/geeves-synthskin_tattoos.yml b/html/changelogs/geeves-synthskin_tattoos.yml new file mode 100644 index 00000000000..5d5203667cb --- /dev/null +++ b/html/changelogs/geeves-synthskin_tattoos.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - rscadd: "Synthskin limbs can now have tattoo bodymarkings." \ No newline at end of file