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:
meep-eep
2005-05-10 15:57:23 +00:00
parent adf5d137bf
commit 18a863a0fb
+2 -2
View File
@@ -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);