Do not allow the "Symbionts, how interesting!" until the Supox mention
they are symbionts. (bug #528) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1443 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
Changes towards version 0.4:
|
Changes towards version 0.4:
|
||||||
|
- Don't allow the reply "Symbionts, how interesting!" in the Supox
|
||||||
|
conversation until they mentioned they were Symbionts. (bug #528),
|
||||||
|
from Nic
|
||||||
- Not initialising the various systems when -h/-? is supplied (bug #656),
|
- Not initialising the various systems when -h/-? is supplied (bug #656),
|
||||||
from Nic
|
from Nic
|
||||||
- F10 works when playing the intro (bug #665), from fOSSiL
|
- F10 works when playing the intro (bug #665), from fOSSiL
|
||||||
|
|||||||
@@ -447,9 +447,11 @@ NeutralSupox (RESPONSE_REF R)
|
|||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
pStr[0] = are_you_copying;
|
pStr[0] = are_you_copying;
|
||||||
|
pStr[1] = 0;
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
pStr[0] = why_copy;
|
pStr[0] = why_copy;
|
||||||
|
pStr[1] = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
NumVisits = GET_GAME_STATE (ULTRON_CONDITION);
|
NumVisits = GET_GAME_STATE (ULTRON_CONDITION);
|
||||||
|
|||||||
Reference in New Issue
Block a user