From b8577cba42f7ceb9340faf9356f2941a4eb745b9 Mon Sep 17 00:00:00 2001 From: gewlitys Date: Fri, 4 Jul 2003 15:46:32 +0000 Subject: [PATCH] Fix Druuge transactions to not elevate crew costs baselessly (bug #235), from ghakko git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1016 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 2 ++ sc2/src/sc2code/comm/druuge/druugec.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index b30855a5b..fc6d884a1 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,6 @@ Changes towards version 0.3: +- Fix Druuge transactions to not elevate crew costs baselessly (bug #235), + from ghakko - Fixed glitches and NULL Stamp draw attempt in menu code (bug #26) -Mika - Absence of voice files is now automatically detected (bug #309) -Mika - Fixed Commander Hayes mouth movement before radioactives are given diff --git a/sc2/src/sc2code/comm/druuge/druugec.c b/sc2/src/sc2code/comm/druuge/druugec.c index aa1745819..f450d4806 100644 --- a/sc2/src/sc2code/comm/druuge/druugec.c +++ b/sc2/src/sc2code/comm/druuge/druugec.c @@ -677,6 +677,8 @@ Intro (void) { BYTE NumVisits; + SlaveryCount = 0; + if (LOBYTE (GLOBAL (CurrentActivity)) == WON_LAST_BATTLE) { NPCPhrase (OUT_TAKES);