forked from github/server
"Keine Meldung, wenn Schiff an Land fährt" Meldung wieder zugefuegt.
This commit is contained in:
parent
3ff6208bb1
commit
548a41902c
|
@ -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 */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue