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
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
Changes towards version 0.3:
|
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
|
- Fixed glitches and NULL Stamp draw attempt in menu code (bug #26) -Mika
|
||||||
- Absence of voice files is now automatically detected (bug #309) -Mika
|
- Absence of voice files is now automatically detected (bug #309) -Mika
|
||||||
- Fixed Commander Hayes mouth movement before radioactives are given
|
- Fixed Commander Hayes mouth movement before radioactives are given
|
||||||
|
|||||||
@@ -677,6 +677,8 @@ Intro (void)
|
|||||||
{
|
{
|
||||||
BYTE NumVisits;
|
BYTE NumVisits;
|
||||||
|
|
||||||
|
SlaveryCount = 0;
|
||||||
|
|
||||||
if (LOBYTE (GLOBAL (CurrentActivity)) == WON_LAST_BATTLE)
|
if (LOBYTE (GLOBAL (CurrentActivity)) == WON_LAST_BATTLE)
|
||||||
{
|
{
|
||||||
NPCPhrase (OUT_TAKES);
|
NPCPhrase (OUT_TAKES);
|
||||||
|
|||||||
Reference in New Issue
Block a user