Skip to content

Commit

Permalink
Fix a typo and fix plushie noise spam
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietlyWhisper committed Dec 15, 2024
1 parent ff2d616 commit c335a44
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
34 changes: 34 additions & 0 deletions Resources/Prototypes/_RMC14/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,40 @@
- type: Sprite
sprite: _RMC14/Objects/Fun/plushies.rsi
state: debug
- type: UseDelay
delay: 120
- type: EmitSoundOnLand
sound:
collection: ToyFall
- type: EmitSoundOnCollide
sound:
collection: ToyFall

- type: entity
parent: PlushieMoth
id: RMCPlushieMoth
components:
- type: UseDelay
delay: 120
- type: EmitSoundOnLand
sound:
collection: ToyFall
- type: EmitSoundOnCollide
sound:
collection: ToyFall

- type: entity
parent: PlushieSharkGrey
id: RMCPlushieSharkGrey
components:
- type: UseDelay
delay: 120
- type: EmitSoundOnLand
sound:
collection: ToyFall
- type: EmitSoundOnCollide
sound:
collection: ToyFall

- type: entity
parent: CMPlushieBase
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_RMC14/Entities/rmc_planets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@
components:
- type: RMCPlanetMapPrototype
map: /Maps/_RMC14/chances.yml
announcement: "Pan-Pan. This is the commanding officer of the UNS Hanyut, UNCMC FORECON. We are currently grounded on planet LV-522 in the immediate area of Chance's Claim. We are unable to contact the Hanyut and our dropships are unable to take off at this time. We are requesting assistance from any nearby vessels; this broadcast is set to repeat every 24 hours."
announcement: "Pan-Pan. This is the commanding officer of the UNS Hanyut, UNMC FORECON. We are currently grounded on planet LV-522 in the immediate area of Chance's Claim. We are unable to contact the Hanyut and our dropships are unable to take off at this time. We are requesting assistance from any nearby vessels; this broadcast is set to repeat every 24 hours."
camouflage: Classic
4 changes: 2 additions & 2 deletions Resources/Prototypes/_RMC14/Roles/Loadouts/Items/plushies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
cost: 4
storage:
back:
- PlushieSharkGrey
- RMCPlushieSharkGrey

- type: loadout
id: PlushieMothRMC
cost: 4
storage:
back:
- PlushieMoth
- RMCPlushieMoth

- type: loadout
id: PlushieRockRMC
Expand Down

0 comments on commit c335a44

Please sign in to comment.