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

View File

@@ -132,7 +132,6 @@
- type: Clothing
sprite: Objects/Tanks/emergency.rsi
Slots:
- Back
- Pocket
- Belt
@@ -168,7 +167,6 @@
- type: Clothing
sprite: Objects/Tanks/emergency_yellow.rsi
Slots:
- Back
- Pocket
- Belt
@@ -204,7 +202,6 @@
- type: Clothing
sprite: Objects/Tanks/emergency_double.rsi
Slots:
- Back
- Pocket
- Belt
@@ -282,8 +279,9 @@
temperature: 293.15
- type: Clothing
sprite: Objects/Tanks/phoron.rsi
Slots: [] # no straps
Slots:
- Belt
- type: entity
id: PhoronTankFilled
parent: PhoronTank

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 440 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
}
]
}
}

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
}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 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
}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 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
}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

View File

@@ -15,6 +15,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4