Beispiel #1
0
 private void defineWhenImmunityWillSettle()
 {
     this.whenImmunityWillSettleInSecs = God.secondsSinceEpoch +
                                         RandomEvents.howManySecsSpreadingWillLastByAgeAndHealthIdx(
         this.host.age, this.host.healthIndex);
 }