From 18a863a0fbfd2dc43af6a19c3fb5859da78860d0 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Tue, 10 May 2005 15:57:23 +0000 Subject: [PATCH] Corrected dialog when receiving BIO data. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1730 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/comm/umgah/umgahc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/src/sc2code/comm/umgah/umgahc.c b/sc2/src/sc2code/comm/umgah/umgahc.c index ebe0e21b0..a9db1f187 100644 --- a/sc2/src/sc2code/comm/umgah/umgahc.c +++ b/sc2/src/sc2code/comm/umgah/umgahc.c @@ -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);