Skip to content

Commit

Permalink
-Removed faulty SolutionContainerManager type
Browse files Browse the repository at this point in the history
-Replaced default toy squeak sound with rubber chicken sound for on-trigger and on-collide.
  • Loading branch information
xprospero committed Jul 2, 2024
1 parent 255fe57 commit 3c6b601
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions Resources/Prototypes/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1518,6 +1518,16 @@
collection: RubberChicken
params:
variation: 0.125
- type: EmitSoundOnCollide
sound:
collection: RubberChicken
params:
variation: 0.125
- type: EmitSoundOnTrigger
sound:
collection: RubberChicken
params:
variation: 0.125
- type: Food
requiresSpecialDigestion: true
useSound:
Expand All @@ -1529,18 +1539,6 @@
collection: RubberChicken
params:
variation: 0.125
- type: EmitSoundOnTrigger
sound:
collection: RubberChicken
params:
variation: 0.125
- type: PhysicalComposition
materialComposition:
Plastic: 75
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
reagents:
- ReagentId: Plastic
Quantity: 10

0 comments on commit 3c6b601

Please sign in to comment.