Correct Chmmr response for what_about_samatra question; bug #1073

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3344 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-11-23 09:50:33 +00:00
parent ff07a6b73e
commit b48fe236bd
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.7: Changes towards version 0.7:
- Correct Chmmr response when asking about Sa-Matra (bug #1073) - Alex
- Refactored universe generation - SvdB - Refactored universe generation - SvdB
- Comm animation processing rewrite, bugs fixed - Alex - Comm animation processing rewrite, bugs fixed - Alex
- Added graphics context debugging function - SvdB - Added graphics context debugging function - SvdB
+1 -1
View File
@@ -398,7 +398,7 @@ ChmmrAdvice (RESPONSE_REF R)
} }
else if (PLAYER_SAID (R, what_about_samatra)) else if (PLAYER_SAID (R, what_about_samatra))
{ {
NPCPhrase (ABOUT_SUN_DEVICE); NPCPhrase (ABOUT_SAMATRA);
DISABLE_PHRASE (what_about_samatra); DISABLE_PHRASE (what_about_samatra);
} }