mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
Fiddle with zombie survival timings to be fairer to humans.
This commit is contained in:
parent
5157ac6a11
commit
40cb0e0746
@ -209,17 +209,19 @@ namespace MCGalaxy.Games {
|
||||
pKiller.Game.CurrentInfected++;
|
||||
pKiller.Game.TotalInfected++;
|
||||
pKiller.Game.MaxInfected = Math.Max(pKiller.Game.CurrentInfected, pKiller.Game.MaxInfected);
|
||||
|
||||
ShowInfectMessage(random, pAlive, pKiller);
|
||||
CheckHumanPledge(pAlive);
|
||||
CheckBounty(pAlive, pKiller);
|
||||
UpdatePlayerColor(pAlive, InfectCol);
|
||||
Thread.Sleep(50);
|
||||
}
|
||||
}
|
||||
if (aliveChanged) alive = Alive.Items;
|
||||
}
|
||||
|
||||
CheckInvisibilityTime();
|
||||
Thread.Sleep(25);
|
||||
Thread.Sleep(200);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user