Fixes pie cannon (#3797)
This commit is contained in:
@@ -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 |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user