Only speak if you're on the same side as the player..!
This commit is contained in:
parent
4aec10e614
commit
af55539daa
|
@ -169,7 +169,7 @@ static void nextMessage(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isWingmate && e->type == ET_FIGHTER && e->speed > 0)
|
if (isWingmate && e->side == player->side && e->type == ET_FIGHTER && e->speed > 0)
|
||||||
{
|
{
|
||||||
wingmate = e;
|
wingmate = e;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue