Adds inhands and removes vir and genetics satchels. (#2003)

* Satchels now have a nice RSI

* Adds inhands for all the satchels

* Annnd we're done!
This commit is contained in:
Swept
2020-09-03 21:17:32 +00:00
committed by GitHub
parent bd1dfed82e
commit 5db94dbb07
47 changed files with 131 additions and 132 deletions

View File

Before

Width:  |  Height:  |  Size: 322 B

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 B

View File

@@ -1,17 +1,27 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "satchel-equipped-BACKPACK",
"directions": 4
},
{
"name": "satchel",
"name": "icon",
"directions": 1
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}