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:
parent
75029e45ee
commit
0fb6e85eb6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue