Syreen don't rejoice until Mycons are defeated (#451), from Nic

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1156 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2003-08-31 03:11:04 +00:00
parent 11081809fd
commit 68eee4a5b8
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,4 +1,6 @@
Changes towards version 0.3: Changes towards version 0.3:
- Syreen don't rejoice until victory truly is theirs (bug #451), from
Nic
- Guardian in Blazer mode being drained by DOGI will no longer - Guardian in Blazer mode being drained by DOGI will no longer
result in a non-blazer Guardian with Blazer effects. Original sc2 bug. result in a non-blazer Guardian with Blazer effects. Original sc2 bug.
(bug #283); from chmmravatar (bug #283); from chmmravatar
+1 -1
View File
@@ -720,7 +720,7 @@ Intro (void)
} }
NumVisits = GET_GAME_STATE (SYREEN_HOME_VISITS); NumVisits = GET_GAME_STATE (SYREEN_HOME_VISITS);
if (GET_GAME_STATE (MYCON_FELL_FOR_AMBUSH)) if (GET_GAME_STATE (MYCON_KNOW_AMBUSH))
{ {
switch (NumVisits++) switch (NumVisits++)
{ {