diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index 12e97de4d9..2aa92fbd96 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -1034,3 +1034,24 @@ reagents: - ReagentId: SpaceGlue Quantity: 100 + +- type: entity + parent: BasePlushie + id: PlushieMoth + name: moth plushie + description: Cute and fluffy moth plushie. Enjoy, bz! + components: + - type: Sprite + state: plushie_moth + - type: EmitSoundOnUse + sound: + path: /Audio/Voice/Moth/moth_chitter.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Voice/Moth/moth_chitter.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Voice/Moth/moth_chitter.ogg + - type: MeleeWeapon + soundHit: + path: /Audio/Voice/Moth/moth_chitter.ogg diff --git a/Resources/Textures/Objects/Fun/toys.rsi/meta.json b/Resources/Textures/Objects/Fun/toys.rsi/meta.json index a2e3333451..77a1128149 100644 --- a/Resources/Textures/Objects/Fun/toys.rsi/meta.json +++ b/Resources/Textures/Objects/Fun/toys.rsi/meta.json @@ -9,6 +9,9 @@ "states": [ { "name": "plushie_ratvar" + }, + { + "name": "plushie_moth" }, { "name": "plushie_rouny", diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_moth.png b/Resources/Textures/Objects/Fun/toys.rsi/plushie_moth.png new file mode 100644 index 0000000000..325c099089 Binary files /dev/null and b/Resources/Textures/Objects/Fun/toys.rsi/plushie_moth.png differ