Fixes tongue twister disease message, also adds it to the outbreak event (#9400)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user