diff --git a/Content.Server/StationEvents/Events/DiseaseOutbreak.cs b/Content.Server/StationEvents/Events/DiseaseOutbreak.cs index 34685bcff2..f5d0ec523f 100644 --- a/Content.Server/StationEvents/Events/DiseaseOutbreak.cs +++ b/Content.Server/StationEvents/Events/DiseaseOutbreak.cs @@ -30,7 +30,8 @@ public sealed class DiseaseOutbreak : StationEvent "VentCough", "AMIV", "SpaceFlu", - "BirdFlew" + "BirdFlew", + "TongueTwister" }; public override string Name => "DiseaseOutbreak"; public override float Weight => WeightNormal; diff --git a/Resources/Prototypes/Diseases/infectious.yml b/Resources/Prototypes/Diseases/infectious.yml index b9fd3e7432..73ef5e2c00 100644 --- a/Resources/Prototypes/Diseases/infectious.yml +++ b/Resources/Prototypes/Diseases/infectious.yml @@ -233,9 +233,9 @@ probability: 0.01 snoughSound: collection: Sneezes - - !type:DiseaseSnough + - !type:DiseasePopUp probability: 0.02 - snoughMessage: disease-think + message: disease-think cures: - !type:DiseaseBedrestCure maxLength: 30