Skip to content

Commit

Permalink
Merge pull request #315 from Tox3ct/grayscreamingcrying
Browse files Browse the repository at this point in the history
Gray Plushie
  • Loading branch information
formlessnameless authored Sep 21, 2024
2 parents dbe11aa + 3aada5e commit 73017d6
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/Prototypes/Catalog/Fills/Crates/fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
- id: PlushieMoth
- id: PlushieArachind
- id: PlushiePenguin
- id: PlushieGray

- type: entity
id: CrateFunPlushie
Expand Down Expand Up @@ -397,4 +398,4 @@
- type: StorageFill
contents:
- id: StackOfCigs
amount: 1
amount: 1
28 changes: 28 additions & 0 deletions Resources/Prototypes/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,34 @@
graph: YarnNoodles
node: noodles

- type: entity
parent: BasePlushie
id: PlushieGray
name: gray plushie
description: Manufactured recently to commemorate the gray exchange program becoming a booming success. It feels plasticky and seems easy to chew on. Thui love keb piskun plushie!!
components:
- type: Sprite
state: plushie_gray
- type: EmitSoundOnUse
sound:
path: /Audio/Voice/Gray/gray_scream.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Voice/Gray/gray_cry.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Voice/Gray/gray_scream.ogg
- type: EmitSoundOnTrigger
sound:
path: /Audio/Voice/Gray/gray_scream.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Voice/Gray/gray_scream.ogg
- type: Food
requiresSpecialDigestion: false
useSound:
path: /Audio/Voice/Gray/gray_scream.ogg

## Cheapo Figurines

- type: entity
Expand Down
3 changes: 3 additions & 0 deletions Resources/Textures/Objects/Fun/toys.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@
{
"name": "plushie_xeno"
},
{
"name": "plushie_gray"
},
{
"name": "carpplush-inhand-left",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73017d6

Please sign in to comment.