Port vomit from Nyano (#8349)

This commit is contained in:
Rane
2022-05-23 19:03:27 -04:00
committed by GitHub
parent 80a68b3867
commit b210df0d03
16 changed files with 249 additions and 7 deletions

View File

@@ -27,7 +27,9 @@ public sealed class DiseaseOutbreak : StationEvent
"SpaceCold",
"VanAusdallsRobovirus",
"VentCough",
"AMIV"
"AMIV",
"SpaceFlu",
"BirdFlew"
};
public override string Name => "DiseaseOutbreak";
public override float Weight => WeightNormal;