mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
## 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  ## 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>
4 lines
118 B
Plaintext
4 lines
118 B
Plaintext
//footstep mob defines
|
|
#define FOOTSTEP_MOB_SNAKE "footstep_snake"
|
|
#define FOOTSTEP_ROBOT_SMALL "footstep_smallrobot"
|