From 33ebfada426cca438f229eaad0e22846dba1113e Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 4 Dec 2022 20:43:46 +0200 Subject: [PATCH 39/39] Correct diplomat_embassy() header - Don't claim that barbarians eliminate ambassadors - Fix copy&paste action name error Reported by ihnatus See osdn #44872 Signed-off-by: Marko Lindqvist --- server/diplomats.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/server/diplomats.c b/server/diplomats.c index a610f7781a..4cb7fbd6c5 100644 --- a/server/diplomats.c +++ b/server/diplomats.c @@ -466,11 +466,10 @@ void spy_send_sabotage_list(struct connection *pc, struct unit *pdiplomat, /************************************************************************//** Establish an embassy. - - Barbarians always execute ambassadors. - - Otherwise, the embassy is created. + - Always success; the embassy is created. - It costs some minimal movement to establish an embassy. - - The actor unit always survives the investigation unless the action + - The actor unit always survives establishing the embassy unless the action being performed is configured to always consume the actor unit. Returns TRUE iff action could be done, FALSE if it couldn't. Even if -- 2.35.1