Skip to content

Commit

Permalink
makes the alt naga tail (dual colour) go behind clothing instead of o…
Browse files Browse the repository at this point in the history
…ver it (Citadel-Station-13#6783)

## About The Pull Request
title
does this by just splitting the one sprite into a front and behind, so
the 'behind' sprite won't go above clothing, but the 'front' sprite will

## Why It's Good For The Game
why is the bottom of my sweater getting eaten by the tail

## Changelog

:cl:
tweak: makes the alt naga tail (dual colour) go behind clothing instead
of over it
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
timothyteakettle authored Oct 6, 2024
1 parent 03b8320 commit 9a66f49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/sprite_accessories/tail/taurs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@
/datum/sprite_accessory/tail/legacy_taur/naga/naga_2c_alt
name = "Naga dual-color alt (Taur)"
id = "tail_taur_naga_colorable_alt"
icon_state = "altnaga_s"
icon_state = "altnaga"
extra_overlay = "altnaga_markings"
icon_sidedness = SPRITE_ACCESSORY_SIDEDNESS_FRONT_BEHIND

/datum/sprite_accessory/tail/legacy_taur/naga/naga_tailmaw
name = "Naga Tailmaw (Taur)"
Expand Down
Binary file modified icons/mob/sprite_accessories/taurs.dmi
Binary file not shown.

0 comments on commit 9a66f49

Please sign in to comment.