From 548a41902c25abb4b9d9be18b870f5441def89c7 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 31 Jul 2006 21:05:20 +0000 Subject: [PATCH] =?UTF-8?q?http://eressea.upb.de/mantis/view.php=3Fid=3D97?= =?UTF-8?q?0=20"Keine=20Meldung,=20wenn=20Schiff=20an=20Land=20f=C3=A4hrt"?= =?UTF-8?q?=20Meldung=20wieder=20zugefuegt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/kernel/movement.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/kernel/movement.c b/src/common/kernel/movement.c index 06a6fba99..de55fd972 100644 --- a/src/common/kernel/movement.c +++ b/src/common/kernel/movement.c @@ -1729,6 +1729,7 @@ sail(unit * u, order * ord, boolean move_on_land, region_list **routep) if (check_leuchtturm(current_point, NULL)) { ADDMSG(&f->msgs, msg_message("sailnolandingstorm", "ship", sh)); } else { + ADDMSG(&f->msgs, msg_message("sailnolanding", "ship region", sh, next_point)); damage_ship(sh, 0.10); /* we handle destruction at the end */ }