Added back in the annoying ships for Urusor in Classic difficulty.

This commit is contained in:
onpon4 2016-01-03 16:41:26 -05:00
parent 56240606e9
commit 6af4e67874
1 changed files with 8 additions and 0 deletions

View File

@ -1046,6 +1046,14 @@ bool alien_add()
numberOfAliens = 2;
alienArray[0] = CD_PROTOFIGHTER;
alienArray[1] = CD_AIMFIGHTER;
// ...That is, unless we're in Classic difficulty, because
// the original game actually had these enemies.
if (game.difficulty == DIFFICULTY_ORIGINAL)
{
numberOfAliens = 4;
alienArray[2] = CD_DUALFIGHTER;
alienArray[3] = CD_MISSILEBOAT;
}
break;
case MISN_DORIM:
case MISN_SIVEDI: