Fixes inhands for small gas tanks (#2658)

* Initial

* Hotfix
This commit is contained in:
Swept
2020-12-01 08:33:22 +00:00
committed by GitHub
parent a6a6e0b72e
commit 0412ea0bbc
17 changed files with 47 additions and 89 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 340 B

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 341 B

After

Width:  |  Height:  |  Size: 466 B

View File

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