Project

General

Profile

Actions

Bug #100

closed

Funny escape message word order

Added by Marko Lindqvist 11 months ago. Updated 2 months ago.

Status:
Closed
Priority:
Normal
Category:
Server
Target version:
Start date:
12/30/2023
Due date:
% Done:

0%

Estimated time:

Description

notify_player(player_by_number(i), deftile,
E_UNIT_ESCAPED, ftc_server,
PL_("%d unit escaped from attack by %s %s",
"%d units escaped from attack by %s %s",
num_escaped[i]),
num_escaped[i],
pkiller_link,
nation_adjective_for_player(pkiller->nationality));

The last two parameters set unit name first, and then the owner nationality. I think they should be in reverse order. Also, other similar messages use nation_adjective_for_player(pvictor)


Files

0021-Correct-unit-escape-message.patch (1.53 KB) 0021-Correct-unit-escape-message.patch main Marko Lindqvist, 09/06/2024 11:45 PM
0016-Correct-unit-escape-message.patch (1.03 KB) 0016-Correct-unit-escape-message.patch S3_2, S3_1 Marko Lindqvist, 09/06/2024 11:45 PM
Actions #1

Updated by Marko Lindqvist 11 months ago

  • Subject changed from Funny escape message work order to Funny escape message word order

Updated by Marko Lindqvist 3 months ago

Actions #3

Updated by Marko Lindqvist 2 months ago

  • Status changed from In Review to Closed
Actions

Also available in: Atom PDF