* Make shark plush janitor-bucketable * fix bucketed grey shark texture * Make sprites less shiny and adapt copyright notice * Made shark way way less shiny * Allow carp plush and rehydratables in mop bucket. * Remove old mop bucket shark sprites * Fix post-merge bugs * Fix errors * Move ReactiveContainer stuff to shared That should mean it is now predicted. * Custom eject verb for the mop bucket * Fixes OnSolutionChange, removes pop-up as there already is one. * .ftl is not necessary as the custom pop-up was removed * Review fixes * Update Content.Shared/Chemistry/Components/ReactiveContainerComponent.cs * Update Content.Shared/Chemistry/EntitySystems/ReactiveContainerSystem.cs --------- Co-authored-by: Psychpsyo <psychpsyo@gmail.com> Co-authored-by: Psychpsyo <60073468+Psychpsyo@users.noreply.github.com> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
44 lines
729 B
JSON
44 lines
729 B
JSON
{
|
|
"version": 1,
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "Sprited for SS14 by GitHub user Willhelm53, later overhauledby GitHub user Psychpsyo",
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "blue"
|
|
},
|
|
{
|
|
"name": "blue-inhand-left",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "blue-inhand-right",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "pink"
|
|
},
|
|
{
|
|
"name": "pink-inhand-left",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "pink-inhand-right",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "grey"
|
|
},
|
|
{
|
|
"name": "grey-inhand-left",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "grey-inhand-right",
|
|
"directions": 4
|
|
}
|
|
]
|
|
} |