Mycon dialog fixes; sun-device good-bye and reaction to trick
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@742 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -106,3 +106,4 @@
|
||||
#(AMBUSH_TAIL)
|
||||
#(RAMBLE_TAIL)
|
||||
#(WE_GO_TO_IMPLANT) 6089,4106,4667,2623,5388,4857,2854,6059
|
||||
#(WONT_FALL_FOR_TRICK) 2500
|
||||
|
||||
@@ -303,10 +303,10 @@ We have come to your homeworld to seek a truce.
|
||||
Heinous fungus! Submit to our will!
|
||||
|
||||
#(bye_sun_device)
|
||||
bye sun device
|
||||
We'll just be going now.
|
||||
|
||||
#(GOODBYE_SUN_DEVICE) mycon051.ogg
|
||||
GOODBYE SUN DEVICE
|
||||
You are the Non. You must go now, and never return.
|
||||
|
||||
#(RESPONSE_1) mycon052.ogg
|
||||
This is good.
|
||||
@@ -412,3 +412,6 @@ and let its tendrils spread through your flesh
|
||||
then you would truly understand Juffo-Wup... become part of Juffo-Wup.
|
||||
You WOULD be happier and more fulfilled. Consider our offer.
|
||||
|
||||
#(WONT_FALL_FOR_TRICK) mycon066.ogg
|
||||
This is a special place.
|
||||
You must go. Now.
|
||||
|
||||
@@ -270,7 +270,7 @@ SunDevice (RESPONSE_REF R)
|
||||
}
|
||||
else if (PLAYER_SAID (R, i_have_a_cunning_plan))
|
||||
{
|
||||
NPCPhrase (DIE_LIAR /* WONT_FALL_FOR_TRICK */);
|
||||
NPCPhrase (WONT_FALL_FOR_TRICK);
|
||||
|
||||
SET_GAME_STATE (NO_TRICK_AT_SUN, 1);
|
||||
}
|
||||
|
||||
@@ -130,6 +130,7 @@ enum
|
||||
AMBUSH_TAIL,
|
||||
RAMBLE_TAIL,
|
||||
WE_GO_TO_IMPLANT,
|
||||
WONT_FALL_FOR_TRICK,
|
||||
};
|
||||
|
||||
#endif /* _STRINGS_H */
|
||||
|
||||
Reference in New Issue
Block a user