Reappear after 1 or 2 seconds.

This commit is contained in:
Steve 2018-02-09 07:20:12 +00:00
parent f3bf29b333
commit 11960757cc
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ static void applyDamage(int damage)
{
u->action = reappear;
u->flags |= EF_GONE;
u->thinkTime = rand() % FPS;
u->thinkTime = rrnd(FPS, FPS * 2);
addTeleportStars(self);
playSound(SND_APPEAR, CH_ANY);
}