diff --git a/Resources/Prototypes/_RMC14/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/_RMC14/Entities/Objects/Fun/toys.yml index 29a10f9638f..bfb97bcc600 100644 --- a/Resources/Prototypes/_RMC14/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/_RMC14/Entities/Objects/Fun/toys.yml @@ -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 diff --git a/Resources/Prototypes/_RMC14/Entities/rmc_planets.yml b/Resources/Prototypes/_RMC14/Entities/rmc_planets.yml index 1d96aff35bd..812a9370349 100644 --- a/Resources/Prototypes/_RMC14/Entities/rmc_planets.yml +++ b/Resources/Prototypes/_RMC14/Entities/rmc_planets.yml @@ -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 diff --git a/Resources/Prototypes/_RMC14/Roles/Loadouts/Items/plushies.yml b/Resources/Prototypes/_RMC14/Roles/Loadouts/Items/plushies.yml index de0fa5af0bc..c36722d4258 100644 --- a/Resources/Prototypes/_RMC14/Roles/Loadouts/Items/plushies.yml +++ b/Resources/Prototypes/_RMC14/Roles/Loadouts/Items/plushies.yml @@ -25,14 +25,14 @@ cost: 4 storage: back: - - PlushieSharkGrey + - RMCPlushieSharkGrey - type: loadout id: PlushieMothRMC cost: 4 storage: back: - - PlushieMoth + - RMCPlushieMoth - type: loadout id: PlushieRockRMC