Bug #100 » 0016-Correct-unit-escape-message.patch
| server/unittools.c | ||
|---|---|---|
|
"%d units escaped from attack by %s %s",
|
||
|
num_escaped[i]),
|
||
|
num_escaped[i],
|
||
|
pkiller_link,
|
||
|
nation_adjective_for_player(pkiller->nationality)
|
||
|
nation_adjective_for_player(pvictor),
|
||
|
pkiller_link
|
||
|
);
|
||
|
}
|
||
|
}
|
||
- « Previous
- 1
- 2
- Next »