Corrected dialog when receiving BIO data.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1730 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -457,7 +457,7 @@ UmgahReward (RESPONSE_REF R)
|
||||
}
|
||||
else if (PLAYER_SAID (R, owe_me_big_time))
|
||||
{
|
||||
NPCPhrase (GIVE_LIFEDATA);
|
||||
NPCPhrase (THANKS);
|
||||
|
||||
GLOBAL_SIS (TotalBioMass) += 1000 / BIO_CREDIT_VALUE;
|
||||
DISABLE_PHRASE (owe_me_big_time);
|
||||
@@ -465,7 +465,7 @@ UmgahReward (RESPONSE_REF R)
|
||||
}
|
||||
else if (PLAYER_SAID (R, our_largesse))
|
||||
{
|
||||
NPCPhrase (THANKS);
|
||||
NPCPhrase (GIVE_LIFEDATA);
|
||||
|
||||
GLOBAL_SIS (TotalBioMass) += 1000 / BIO_CREDIT_VALUE;
|
||||
DISABLE_PHRASE (our_largesse);
|
||||
|
||||
Reference in New Issue
Block a user