22 Commits
Author SHA1 Message Date
Timothy TeakettleandGitHub e350012609 adds a bandaid fix for micro taur scaling (#7405)
## About The Pull Request
adds a bandaid fix for micro taur scaling

the issue is specifically if you are scaling below 100% with taur parts
that have icon sidedness
there's only one taur part with this and it's a lamia tail that i use

there's only so much i can do because it seems to be a byond issue

## Why It's Good For The Game
fixes a bug that only affects me

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Please note that
maintainers freely reserve the right to remove and add tags should they
deem it appropriate. You can attempt to finagle the system all you want,
but it's best to shoot for clear communication right off the bat. -->

🆑
fix: adds a bandaid fix for micro taur scaling
/🆑
2025-12-12 00:59:17 -05:00
Timothy TeakettleandGitHub 9137c6ec79 set do_colouration to 1 for a lot of tails that are meant to be colourable (#7395)
## About The Pull Request
set do_colouration to 1 for a lot of tails that are meant to be
colourable

## Why It's Good For The Game
fixes a lot of old broken tails

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Please note that
maintainers freely reserve the right to remove and add tags should they
deem it appropriate. You can attempt to finagle the system all you want,
but it's best to shoot for clear communication right off the bat. -->

🆑
fix: fixes a lot of old broken tails
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 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. -->
2025-11-13 02:57:00 -05:00
Timothy TeakettleandGitHub d7d374422b port a bunch of sprites + fix species accessory layering (#7363)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

Wendigo: https://github.com/SPLURT-Station/S.P.L.U.R.T-tg/pull/480
Cat Tails: https://github.com/Bubberstation/Bubberstation/pull/4573
Kitsune: https://github.com/Bubberstation/Bubberstation/pull/4734 (*
this isn't the source PR, this is just the PR I got the sprites from,
not sure where to attribute credit fully to for this, apologies!)

also fixes species accessory layering (my fault it broke in the first
place, sorry!!!!)

## Why It's Good For The Game
i like sprites
i like fixes

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Please note that
maintainers freely reserve the right to remove and add tags should they
deem it appropriate. You can attempt to finagle the system all you want,
but it's best to shoot for clear communication right off the bat. -->

🆑
add: ports wendigo sprites
add: ports some cat tails
add: ports some kitsune tails
fix: fixes sprite accessories being layered wrong
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 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. -->
2025-11-01 20:43:45 -04:00
Timothy TeakettleandGitHub 29a6b32560 fix two sprite accessories sharing an id (#7187)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
title

## Why It's Good For The Game
fixes a bug

## Changelog

🆑
fix: fix two sprite accessories sharing an id
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 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. -->
2025-05-31 07:46:05 -09:00
Timothy TeakettleandGitHub 9f4ad8b0f4 adds large shark tails (#7179)
## About The Pull Request
sprite by granodd
icons are 64x32

## Why It's Good For The Game
🦈 

## Changelog

🆑
add: adds large shark tails
/🆑
2025-05-29 18:31:04 -09:00
Timothy TeakettleandGitHub 9a66f49e54 makes the alt naga tail (dual colour) go behind clothing instead of over it (#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

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

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 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. -->
2024-10-06 18:05:07 -04:00
LordMEandGitHub d33943d7ad fixes the waggable xenomorph tail (#6431)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->
2024-05-09 13:46:48 +01:00
b1388fe5c3 adds a few hairs and horns from skyrat for a friend (also refactors human rendering a bit) (#6349)
Co-authored-by: silicons <no@you.cat>
2024-04-25 19:04:04 +02:00
FreeStylaLTandGitHub ccd1e2f6d5 Ports a large snake tail from Skyrat (#6177) 2023-12-06 14:47:57 +01:00
Timothy TeakettleandGitHub f11f77d83e adds mermaid and alt mermaid taur parts, also an alt version of the naga taur with a tailmaw (#6045) 2023-10-04 09:24:15 +02:00
MazianandGitHub dc15d7f4b5 adds hiding verbs for most species tails/horn/wings (#5752)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

title

## Why It's Good For The Game

sometimes you wanna hide things.

taur bodies can't be hidden.

also snips some duplicated verb additions in proteans and xenochimeras

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->


<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 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. -->
2023-07-27 09:49:29 -07:00
SorrowfulwindsandGitHub c0bce13f7c Add horse satyr legs to character creation (#5734)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Adds modified 'goat legs, colorable' as 'horse legs, colorable' under
the custom species > tails tab.

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
Expands character customization options for players. I wanted a horse
satyr.

<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

🆑 Shadowcat
add: Added horse satyr legs to the tails section under character
creation.
imageadd: Modifed tails.dmi to have a new sprite named 'satyr-horse'.
code: Modified bovine.dm to enable the 'satyr-horse' sprite ingame as a
colorable tail/leg set.
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 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. -->
2023-07-20 10:58:54 -07:00
LordPapalusandGitHub a2ff4c5121 Tail fixes (#5598) 2023-06-15 09:49:16 +02:00
321102de51 Ports wagging sharktails from Main (#5522)
## About The Pull Request

Adds an animated version of the sharktail, just use *vwag! 

## Why It's Good For The Game

Most other people with tails can wag with either *wag or *vwag, why
should people with a sharktail be left out of the fun?

## Changelog

🆑
add: Added custom sharktail (sharktail, animated) that can use the *vwag
emote
imageadd: added "sharktail_w" (which is just the wag animation) and
"sharktail_a" (unused idle for sharktail, animated(I am dumb))
code: changed akula.dm (tails)
/🆑

---------

Co-authored-by: pixelkitty286 <78038207+pixelkitty286@users.noreply.github.com>
2023-05-22 11:52:13 -07:00
pixelkitty286andGitHub 67898398f0 Custom Tajaran tails are now animated (#5497) 2023-05-17 21:16:12 +02:00
DiscordWizardandGitHub 5652498f2b Adding two new digi unathi tails (#5488) 2023-05-13 23:15:35 +02:00
Kapu1178andGitHub 1cadad387d Improves tail layering support and adds my tail. and only my tail. (#5484) 2023-05-10 18:43:03 +02:00
FelixandGitHub ed07829d10 ports wolf tail and labrador ears from main (#5236) 2023-03-26 15:05:45 -07:00
FreeStylaLTandGitHub 82d7129d11 makes xenomorph tails properly colorable (#5226)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
the 'colorable' sprites didn't have ICON_MULTIPLY and were using sprites
that were already colored normally, thus they were impossible to color
properly. Neon morphs rejoice. This PR adds the ICON_MULTIPLY flag and
greyscales the sprites.

![image](https://user-images.githubusercontent.com/11361525/227141978-59c5d370-71b0-4dc7-8e1f-5e71a4220795.png)

![image](https://user-images.githubusercontent.com/11361525/227141989-8ada3e01-68e6-474f-bd46-460ea84b6b12.png)

![image](https://user-images.githubusercontent.com/11361525/227142003-184e20e9-5160-4841-8eb7-c107933919b5.png)

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game

<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

🆑
fix:Fixes xeno tails not being colorable properly
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 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. -->
2023-03-24 11:22:43 +01:00
granoddandGitHub d60a7873f8 Adds Cobra Hood (Inner) Marking and Alternate Colorable Naga Tail (#5047) 2023-02-14 20:53:59 +01:00
FelixandGitHub d03b580624 [Rfm] adds new xenomorph hybrid subspecies (#4984)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game

<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

🆑
add: Added xenohybrid subspecies
add: Added new xenomorph domes, dorsal tubes, and a tail that can wag
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 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. -->
2023-01-31 00:00:51 -08:00
siliconsGitHubVM_USER <VM_USER>
e7df070fd6 [idb ignore] completely migrates sprite accessory to id system (#4759)
Co-authored-by: VM_USER <VM_USER>
2022-12-12 18:41:45 -06:00