Merge pull request #14286 from BonniePandora/Funny-synth-leggies

New synth-style legs
This commit is contained in:
Heroman3003
2023-01-04 07:25:28 +10:00
committed by GitHub
2 changed files with 12 additions and 1 deletions
@@ -1301,6 +1301,17 @@
color_blend_mode = ICON_MULTIPLY
extra_overlay = "teshfatfirefly_markings"
/datum/sprite_accessory/tail/synthetic_stilt_legs
name = "synthetic stilt-legs, colorable"
desc = ""
icon_state = "synth_stilts"
color_blend_mode = ICON_MULTIPLY
do_colouration = 1
extra_overlay = "synth_stilts_marking"
hide_body_parts = list(BP_L_LEG, BP_L_FOOT, BP_R_LEG, BP_R_FOOT) //Exclude pelvis just in case.
clip_mask_icon = 'icons/mob/vore/taurs_vr.dmi'
clip_mask_state = "taur_clip_mask_def" //Used to clip off the lower part of suits & uniforms.
//LONG TAILS ARE NOT TAUR BUTTS >:O
/datum/sprite_accessory/tail/longtail
name = "You should not see this..."
@@ -1318,4 +1329,4 @@
/datum/sprite_accessory/tail/longtail/shadekin_tail/shadekin_tail_long
name = "Shadekin Long Tail"
icon_state = "shadekin_long_s"
icon_state = "shadekin_long_s"