Home
last modified time | relevance | path

Searched refs:N_SEA (Results 1 – 3 of 3) sorted by relevance

/dports/games/wolfpack/empire-4.4.1/src/lib/global/
H A Dnews.c69 { N_SHP_SHELL, -2, N_SEA, { "shells a ship owned by %s",
73 { N_TORP_SHIP, 0, N_SEA, { "ships torpedoed by enemy wolf-packs",
81 { N_SHP_BOMB, -2, N_SEA, { "dive-bombs a ship flying the flag of %s",
83 { N_BOARD_SHIP, -2, N_SEA, { "seadogs board one of %s's ships",
85 { N_SHP_LOSE, -3, N_SEA, { "is repelled by %s while attempting to board a ship",
93 { N_HIT_MINE, 0, N_SEA, { "ship hits a mine",
145 { N_SHIP_TORP, 0, N_SEA, { "ships torpedoed by %s torpedo-boats",
147 { N_SUB_BOMB, 0, N_SEA, { "planes bomb a skulking %s submarine",
H A Dsymbol.c163 {N_SEA, "The High Seas"},
/dports/games/wolfpack/empire-4.4.1/include/
H A Dnews.h153 #define N_SEA 3 macro