Esempio n. 1
0
 public override bool ColonistSelector(Pawn pawn)
 {
     return(Tools.HasInfectionState(pawn, InfectionState.BittenInfectable));
 }
Esempio n. 2
0
 public override bool ColonistSelector(Pawn pawn)
 {
     return(Tools.HasInfectionState(pawn, InfectionState.Infecting, InfectionState.Infected));
 }
Esempio n. 3
0
        public override string GetLabel()
        {
            var timeStr = Tools.TranslateHoursToText((float)days * GenDate.HoursPerDay);

            return("LetterLabelXDaysUntilZombies".SafeTranslate(timeStr));
        }