From b5f6f43aaa596c6ce256fe8e82f4ed46bce0c5a3 Mon Sep 17 00:00:00 2001 From: Swept Date: Sun, 4 Apr 2021 11:13:19 +0000 Subject: [PATCH] Fixes pie cannon (#3797) --- .../Weapons/Guns/Launchers/launchers.yml | 2 +- .../Launchers/pie_cannon.rsi/inhand-left.png | Bin 0 -> 388 bytes .../Launchers/pie_cannon.rsi/inhand-right.png | Bin 0 -> 391 bytes .../Guns/Launchers/pie_cannon.rsi/meta.json | 30 +++++++++++------- 4 files changed, 20 insertions(+), 12 deletions(-) create mode 100644 Resources/Textures/Objects/Weapons/Guns/Launchers/pie_cannon.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Launchers/pie_cannon.rsi/inhand-right.png 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 0000000000000000000000000000000000000000..b0d0b96ecc6f8d50b18acbeb8e7610d14a9a5c20 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0J3?w7mbKU|el>na**Z&OvB_$W zDlad;c=6&nbLMQ{zP+QPW7@Q7adB~${{9v~^^7G!e!&b5&u*jvIb~HL5hX6E#mPmP z1tppJc?=8{bArPPib}tK2`>2f^@*0ZuGYCT=Yuzd8eBAf@JQ#pkLF2+qMqIz7REuw zmyNv?<~*8oWKxJiu%@Q^#vLk_hWh&U`gW$<7c2?t>^4^2yh0*{K|DPwFey)~BlpD8 zH4k1rXWGWZaCe2ge!-7hSAZ_)@pN$v@#suWkYHWh5Tn4NCMqexv*EPyuBMd&jN6jd ze0n3qm@sQ=V=-eG>lq>G119Cndg=yc%`0V@EMz&&nsy5=w>iRL!^Y6dkYvNw(-dgH zWzZzopr0A~h`CjbBd literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..d3e9b810db46bcd1e7e9c7f590f12a23fcf517ca GIT binary patch literal 391 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0J3?w7mbKU|el>na**Z&OvV`F0_B_(rma^&UZ zw{G1!XU?3(ix+R-zJ1!XX&oIMadC0X2c`A^)iag^`2{mLJiCzw=P@u;%n1%FC@TH_CAi?@*C$%ux?1PXoDbd*YH-o`!6TjXKAI;Pih6o?SQrNx zUpDqqnDc1Tkx3y6!J3-t8+WK!8tUuY>)V-bU$7*ov)fp8^9qR+2J!T$z@$8_j@%PV z*F1RjoM{^q!`&6~`UO93T>-kF-_yl0#G^AgL4tL0gUNvv4Y79`8a)}#Byb+mIzQ*! zf>#WQRVxxh4Z9bzp1QTL=kTXIj-z*5PM1naE3iE%P+?{cHm_q|;8yU!gdxL)Id5m6 z0hb#i^BNrnW<{RJG`5OJ2Bvjf5k47?Nt;a)0x$F)d3J0WLzGwp<29y6&P0|zCPpA3 j#2P5}Kr^sSmx19~uHeJkhz;35r!jcC`njxgN@xNAaR-t7 literal 0 HcmV?d00001 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 + } + ] }