From 6f76c95a36cbf932afe51f3ac71a77ef49b83d0c Mon Sep 17 00:00:00 2001 From: Jessica M Date: Mon, 4 Jul 2022 00:28:58 -0700 Subject: [PATCH] Fixes tongue twister disease message, also adds it to the outbreak event (#9400) --- Content.Server/StationEvents/Events/DiseaseOutbreak.cs | 3 ++- Resources/Prototypes/Diseases/infectious.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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