diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml index 161a49e291..14debfa41f 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml @@ -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 diff --git a/Resources/Textures/Objects/Weapons/Guns/Launchers/pie_cannon.rsi/inhand-left.png b/Resources/Textures/Objects/Weapons/Guns/Launchers/pie_cannon.rsi/inhand-left.png new file mode 100644 index 0000000000..b0d0b96ecc Binary files /dev/null and b/Resources/Textures/Objects/Weapons/Guns/Launchers/pie_cannon.rsi/inhand-left.png differ diff --git a/Resources/Textures/Objects/Weapons/Guns/Launchers/pie_cannon.rsi/inhand-right.png b/Resources/Textures/Objects/Weapons/Guns/Launchers/pie_cannon.rsi/inhand-right.png new file mode 100644 index 0000000000..d3e9b810db Binary files /dev/null and b/Resources/Textures/Objects/Weapons/Guns/Launchers/pie_cannon.rsi/inhand-right.png differ diff --git a/Resources/Textures/Objects/Weapons/Guns/Launchers/pie_cannon.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Launchers/pie_cannon.rsi/meta.json index 310bee7a9b..5942c0e664 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Launchers/pie_cannon.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Launchers/pie_cannon.rsi/meta.json @@ -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 + } + ] }