Files
0144767287 Makes cat cyborgs more cat like (#1883)
## About The Pull Request

This PR makes cat cyborgs more cat like by adding cat like grace.

It also adds a very quiet servo like sound to cat cyborgs when they move
wile rewriting how unique cyborgs such as tall borgs have their walking
sounds applied.

Also adds a small sprite animation when cat cyborgs are dead.

## Why It's Good For The Game

Better death sprites for cat cyborgs so they do NOT just get forgotten
when they die because they blend too well with the environment of the
station.

The quiet servo sounds add a little flavor that they are a smaller sized
cyborg unlike their bigger counter part cyborgs.

Cat like grace was added because why not and it fits the flavor of a
feline like robot only down side is anything that hates small sized mobs
will attack.

## Proof Of Testing

https://github.com/user-attachments/assets/08ce2104-a11d-43ea-aea6-f5d4a6ce26a2




![dreammaker_HL4zDZJlyy](https://github.com/user-attachments/assets/c9cc84de-4aff-42f5-852c-84f065315d3e)


## Changelog

🆑
add: cat like grace to lightweight chassis and small quad borg walking
sounds
image: catborg death sprites
code: changed how cyborgs get their walking sounds.
/🆑

---------

Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
Co-authored-by: Waterpig <wtryoutube@seznam.cz>
2024-08-16 12:05:48 +02:00

4 lines
118 B
Plaintext

//footstep mob defines
#define FOOTSTEP_MOB_SNAKE "footstep_snake"
#define FOOTSTEP_ROBOT_SMALL "footstep_smallrobot"