From: Puro <103608145+PuroSlavKing@users.noreply.github.com> Date: Sat, 15 Apr 2023 22:44:00 +0000 (+0300) Subject: [Sprite] Toy Mouse is hat!? (#15425) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=d639b0c00266b58e441b0395506b4a2c21ad9ead;p=space-station-14.git [Sprite] Toy Mouse is hat!? (#15425) --- diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index 36629afab4..f08d59f44a 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -309,6 +309,12 @@ - type: MeleeWeapon soundHit: path: /Audio/Items/Toys/mousesqueek.ogg + - type: Clothing + quickEquip: false + sprite: Objects/Fun/toys.rsi + equippedPrefix: mouse + slots: + - HEAD - type: entity parent: BasePlushie diff --git a/Resources/Textures/Objects/Fun/toys.rsi/meta.json b/Resources/Textures/Objects/Fun/toys.rsi/meta.json index b07a96aa74..a614b21126 100644 --- a/Resources/Textures/Objects/Fun/toys.rsi/meta.json +++ b/Resources/Textures/Objects/Fun/toys.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, orb, orb-inhand-left and orb-inhand-right created by Pancake, plushie_diona and plushie_diona1 created by discord user Deos#5630 ", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, orb, orb-inhand-left and orb-inhand-right created by Pancake, plushie_diona and plushie_diona1 created by discord user Deos#5630, toy-mouse-equipped-HELMET is a resprited 1-equipped-HELMET in mouse.rsi by PuroSlavKing (Github) ", "size": { "x": 32, "y": 32 @@ -155,6 +155,10 @@ { "name": "toy_mouse" }, + { + "name": "mouse-equipped-HELMET", + "directions": 4 + }, { "name": "capbullet" }, diff --git a/Resources/Textures/Objects/Fun/toys.rsi/mouse-equipped-HELMET.png b/Resources/Textures/Objects/Fun/toys.rsi/mouse-equipped-HELMET.png new file mode 100644 index 0000000000..8f7d3f1441 Binary files /dev/null and b/Resources/Textures/Objects/Fun/toys.rsi/mouse-equipped-HELMET.png differ