Cap the speed of a surrendering vessel, so that they don't become a chore to chase down.

This commit is contained in:
Steve 2017-05-26 07:47:13 +01:00
parent 72a40cb58d
commit fe42e496a7
1 changed files with 1 additions and 0 deletions

View File

@ -647,6 +647,7 @@ static void doSurrender(void)
{
self->aiFlags &= ~AIF_SURRENDERING;
self->aiFlags |= AIF_SURRENDERED;
self->speed = 1.5;
nextAction();
}