Possums and Raccoons and Ferrets, Oh My! (#6808)

* * Fixed Reagent Tanks so they now dispense an amount according to the transfer amount of the bucket you use.

* Revert "* Fixed Reagent Tanks so they now dispense an amount according to the transfer amount of the bucket you use."

This reverts commit 3b565c0509e0a802b5aec63fc62007205ec330f1.

* Adds possums along with their sound effects and petting popup messages.

* Adds Morty my beloved

* Fixed a small error in InteractionPopupSystem that was causing an error: "[ERRO] root: Server tried to play audio file  which does not exist."

* Added raccoons

* Adds Morticia the raccoon. Morticia my beloved! (Original character do not steal :P)

* Adds ferrets and their SFX

* Well excuuu-uuuuse ME, Princess!

* "It can't be THAT easy..." --Spider-man Noir

* It's that easy.
This commit is contained in:
Willhelm53
2022-02-23 12:40:31 -06:00
committed by GitHub
parent 12ba246d21
commit b4b2f02264
17 changed files with 274 additions and 5 deletions

View File

@@ -0,0 +1,23 @@
{
"version": 1,
"size":
{
"x": 32,
"y": 32
},
"license": "CC-BY-NC-SA-3.0",
"copyright": "https://github.com/goonstation/goonstation/commit/c98666f47a90d106c7a154cedffc747b3769e933",
"states":
[
{
"name": "possum",
"directions": 4,
"delays": [[1],[1],[1],[1]]
},
{
"name": "possum_dead",
"directions": 1,
"delays": [[1]]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 721 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 B

View File

@@ -0,0 +1,24 @@
{
"version": 1,
"size":
{
"x": 32,
"y": 32
},
"license": "CC-BY-NC-SA-3.0",
"copyright": "https://github.com/goonstation/goonstation/commit/c98666f47a90d106c7a154cedffc747b3769e933",
"states":
[
{
"name": "raccoon",
"directions": 4,
"delays": [[1],[1],[1],[1]]
},
{
"name": "raccoon_dead",
"directions": 1,
"delays": [[1]]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B