173 _(
"You need to have a capital in order to launch "
179 _(
"Your spaceship is already launched!"));
185 _(
"Your spaceship can't be launched yet!"));
194 _(
"The %s have launched a spaceship! "
195 "It is estimated to arrive at Alpha Centauri in %s."),
220 if (from == ACT_REQ_PLAYER) {
222 _(
"Spaceship action received,"
223 " but you don't have a spaceship!"));
230 if (from == ACT_REQ_PLAYER) {
232 _(
"You can't modify your spaceship after launch!"));
244 if (from == ACT_REQ_PLAYER) {
246 _(
"You don't have any unplaced Space Structurals!"));
253 if (from == ACT_REQ_PLAYER) {
255 _(
"That Space Structural would not be connected!"));
268 if (ship->
fuel != num - 1) {
272 if (from == ACT_REQ_PLAYER) {
274 _(
"You don't have any unplaced Space Components!"));
280 if (from == ACT_REQ_PLAYER) {
282 _(
"Your spaceship already has"
283 " the maximum number of Fuel Components!"));
300 if (from == ACT_REQ_PLAYER) {
302 _(
"You don't have any unplaced"
303 " Space Components!"));
309 if (from == ACT_REQ_PLAYER) {
311 _(
"Your spaceship already has the"
312 " maximum number of Propulsion Components!"));
330 if (from == ACT_REQ_PLAYER) {
332 _(
"You don't have any unplaced Space Modules!"));
338 if (from == ACT_REQ_PLAYER) {
340 _(
"Your spaceship already has the"
341 " maximum number of Habitation Modules!"));
359 if (from == ACT_REQ_PLAYER) {
361 _(
"You don't have any unplaced Space Modules!"));
367 if (from == ACT_REQ_PLAYER) {
369 _(
"Your spaceship already has the"
370 " maximum number of Life Support Modules!"));
388 if (from == ACT_REQ_PLAYER) {
390 _(
"You don't have any unplaced Space Modules!"));
396 if (from == ACT_REQ_PLAYER) {
398 _(
"Your spaceship already has the"
399 " maximum number of Solar Panel Modules!"));
411 log_error(
"Received unknown spaceship place type %d from %s",
const struct ft_color ftc_server
void notify_player(const struct player *pplayer, const struct tile *ptile, enum event_type event, const struct ft_color color, const char *format,...)