Spawn Pandoran backup more quickly.

This commit is contained in:
Steve 2016-05-17 11:31:59 +01:00
parent f8590ce106
commit 45e95451bd
1 changed files with 2 additions and 2 deletions

View File

@ -137,9 +137,9 @@ void activateTrespasserSpawner(void)
s->types = toTypeArray(types, &s->numTypes);
s->side = SIDE_PANDORAN;
s->interval = 5 * FPS;
s->interval = FPS;
s->total = -1;
s->step = 5;
s->step = 1;
s->offscreen = 1;
s->active = 1;
STRNCPY(s->flags, "+EF_IMMORTAL", MAX_DESCRIPTION_LENGTH);