From 0fb6e85eb6820bf24c2645a942acedd8e219a5f3 Mon Sep 17 00:00:00 2001 From: onpon4 Date: Fri, 8 Jan 2016 16:43:41 -0500 Subject: [PATCH] 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. :) --- src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.cpp b/src/game.cpp index 4d3f00b..9a7505b 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -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: