diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml index 39593702130..1d8813e486f 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml @@ -75,3 +75,13 @@ damage: 5 - type: Execution doAfterDuration: 3.0 + +- type: entity + parent: BasePlushie + id: PlushieMort + name: morty plushie + description: A plushie of the lovely Morty. It's a resilient, yet sensitive type of plush. + components: + - type: Sprite + sprite: DeltaV/Objects/Fun/Toys/mortyplush.rsi + state: icon diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/mortyplush.rsi/icon.png b/Resources/Textures/DeltaV/Objects/Fun/Toys/mortyplush.rsi/icon.png new file mode 100644 index 00000000000..28b3f1c6ebb Binary files /dev/null and b/Resources/Textures/DeltaV/Objects/Fun/Toys/mortyplush.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/mortyplush.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Fun/Toys/mortyplush.rsi/meta.json new file mode 100644 index 00000000000..b9b957f4a11 --- /dev/null +++ b/Resources/Textures/DeltaV/Objects/Fun/Toys/mortyplush.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "juniwoofs", + "states": [ + { + "name": "icon" + } + ] +}