mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Synthskin Tattoos (#19400)
* Synthskin limbs can now have tattoo bodymarkings.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Synthskin limbs can now have tattoo bodymarkings."
|
||||
Reference in New Issue
Block a user