Skip to content

Commit

Permalink
Updates lizard bodyparts + one new face marking, updates wag sprite (s…
Browse files Browse the repository at this point in the history
…hiptest-ss13#2754)

<!-- 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
See title.

Ports & Updates the tail sprite from
space-wizards/space-station-14#19573
I significantly had to change the side state of the animation because it
just looks like it's coming out of their leg.

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


## Changelog

:cl:
add: A new Sarathi facial marking, "Nose"
imageadd: Sarathi ail wag animation has been improved
imageadd: Sarathi legs/chest have received a sprite touchup.
/: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
thgvr authored and MysticalFaceLesS committed Feb 28, 2024
1 parent 18a7177 commit b02df56
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/dead/new_player/sprite_accessories/lizard.dm
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
name = "Dome"
icon_state = "dome"

/datum/sprite_accessory/face_markings/nose
name = "Nose"
icon_state = "nose"

//Start Horns

/datum/sprite_accessory/horns
Expand Down
Binary file modified icons/mob/species/lizard/bodyparts.dmi
Binary file not shown.
Binary file modified icons/mob/species/lizard/markings.dmi
Binary file not shown.
Binary file modified icons/mob/species/lizard/tails.dmi
Binary file not shown.

0 comments on commit b02df56

Please sign in to comment.