Fixes tongue twister disease message, also adds it to the outbreak event (#9400)

This commit is contained in:
Jessica M
2022-07-04 00:28:58 -07:00
committed by GitHub
parent 11455169ae
commit 6f76c95a36
2 changed files with 4 additions and 3 deletions

View File

@@ -30,7 +30,8 @@ public sealed class DiseaseOutbreak : StationEvent
"VentCough", "VentCough",
"AMIV", "AMIV",
"SpaceFlu", "SpaceFlu",
"BirdFlew" "BirdFlew",
"TongueTwister"
}; };
public override string Name => "DiseaseOutbreak"; public override string Name => "DiseaseOutbreak";
public override float Weight => WeightNormal; public override float Weight => WeightNormal;

View File

@@ -233,9 +233,9 @@
probability: 0.01 probability: 0.01
snoughSound: snoughSound:
collection: Sneezes collection: Sneezes
- !type:DiseaseSnough - !type:DiseasePopUp
probability: 0.02 probability: 0.02
snoughMessage: disease-think message: disease-think
cures: cures:
- !type:DiseaseBedrestCure - !type:DiseaseBedrestCure
maxLength: 30 maxLength: 30