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 - Single
fillPrototype: FoodBananaCreamPie fillPrototype: FoodBananaCreamPie
fireRate: 5 fireRate: 5
capacity: 15 capacity: 5
soundEmpty: /Audio/Weapons/Guns/Empty/empty.ogg soundEmpty: /Audio/Weapons/Guns/Empty/empty.ogg
soundGunshot: /Audio/Effects/bang.ogg soundGunshot: /Audio/Effects/bang.ogg
soundInsert: /Audio/Items/bikehorn.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, "version": 1,
"size": { "license": "CC-BY-SA-3.0",
"x": 32, "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation at dc9cef40447ee86c2b9fff9f690385cd63b655fa",
"y": 32 "size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "piecannon"
}, },
"license": "CC-BY-SA-3.0", {
"copyright": "Taken from https://github.com/tgstation/tgstation at dc9cef40447ee86c2b9fff9f690385cd63b655fa", "name": "inhand-left",
"states": [ "directions": 4
{ },
"name": "piecannon" {
}, "name": "inhand-right",
] "directions": 4
}
]
} }