Changed the target in the Poswic mission to Sid.

Sure, the escort is what you're supposedly after, but it's
invincible, and your real priority is to protect Sid. It helps that
it now says "Sid" when Sid is the target; that should prevent
any possible confusion. :)
This commit is contained in:
onpon4 2016-01-08 16:43:41 -05:00
parent 75029e45ee
commit 0fb6e85eb6
1 changed files with 1 additions and 1 deletions

View File

@ -2118,7 +2118,6 @@ int game_mainLoop()
case MISN_ELAMALE:
case MISN_ODEON:
case MISN_FELLON:
case MISN_POSWIC:
case MISN_ELLESH:
case MISN_PLUTO:
case MISN_NEPTUNE:
@ -2133,6 +2132,7 @@ int game_mainLoop()
player_setTarget(ALIEN_FRIEND1);
break;
case MISN_URUSOR:
case MISN_POSWIC:
player_setTarget(ALIEN_SID);
break;
case MISN_EARTH: