Removed the dialog from the start of mission 26.

I feel it's unnecessary, and it can be an annoying wait if you're
struggling with Kline.
This commit is contained in:
onpon4 2015-03-08 17:56:38 -04:00
parent 912ff8b86c
commit 982d39278c
2 changed files with 2 additions and 41 deletions

View File

@ -1,37 +0,0 @@
2
FACE_KLINE
-1
0
Always have to be the hero don't you, Bainfield?
8
FACE_CHRIS
-1
0
It doesn't have to be this way, Kethlan...
14
FACE_KLINE
-1
0
You expect me to surrender and go quietly?! You're an even bigger fool than I first imagined.
20
FACE_CHRIS
-1
0
There is no where else you can go! WEAPCO is finished! The galaxy is free!
26
FACE_KLINE
-1
0
Then I will die a warrior's death. In battle; With dignity...
26
-1
15
-28
@none@
0

View File

@ -389,10 +389,8 @@ int mainGameLoop()
if (currentGame.area == 26)
{
aliens[WC_KLINE].flags |= FL_IMMORTAL | FL_NOFIRE | FL_NOMOVE;
aliens[WC_KLINE].x = screen->w * 3 / 4;
aliens[WC_KLINE].y = screen->h * 3 / 4;
aliens[WC_KLINE].x = player.x + 1000;
aliens[WC_KLINE].y = player.y;
aliens[WC_KLINE].deathCounter = -250;
aliens[WC_KLINE].maxShield = 1500;