Fixes pie cannon (#3797)

This commit is contained in:
Swept
2021-04-04 11:13:19 +00:00
committed by GitHub
parent 3e48f185e6
commit b5f6f43aaa
4 changed files with 20 additions and 12 deletions

View File

@@ -98,7 +98,7 @@
- Single
fillPrototype: FoodBananaCreamPie
fireRate: 5
capacity: 15
capacity: 5
soundEmpty: /Audio/Weapons/Guns/Empty/empty.ogg
soundGunshot: /Audio/Effects/bang.ogg
soundInsert: /Audio/Items/bikehorn.ogg

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

View File

@@ -1,14 +1,22 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation at dc9cef40447ee86c2b9fff9f690385cd63b655fa",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "piecannon"
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation at dc9cef40447ee86c2b9fff9f690385cd63b655fa",
"states": [
{
"name": "piecannon"
},
]
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}