"Keine Meldung, wenn Schiff an Land fährt"
Meldung wieder zugefuegt.
This commit is contained in:
Enno Rehling 2006-07-31 21:05:20 +00:00
parent 3ff6208bb1
commit 548a41902c
1 changed files with 1 additions and 0 deletions

View File

@ -1729,6 +1729,7 @@ sail(unit * u, order * ord, boolean move_on_land, region_list **routep)
if (check_leuchtturm(current_point, NULL)) { if (check_leuchtturm(current_point, NULL)) {
ADDMSG(&f->msgs, msg_message("sailnolandingstorm", "ship", sh)); ADDMSG(&f->msgs, msg_message("sailnolandingstorm", "ship", sh));
} else { } else {
ADDMSG(&f->msgs, msg_message("sailnolanding", "ship region", sh, next_point));
damage_ship(sh, 0.10); damage_ship(sh, 0.10);
/* we handle destruction at the end */ /* we handle destruction at the end */
} }