(EF_NATION_REJECTS, nation_rejects): New.
(empfile): Add it. (nat_ca): Use it.
This commit is contained in:
parent
35d14c3e73
commit
89cd9b7ca0
5 changed files with 13 additions and 2 deletions
|
@ -124,6 +124,14 @@ struct symbol nation_flags[] = {
|
|||
{0, NULL}
|
||||
};
|
||||
|
||||
struct symbol nation_rejects[] = {
|
||||
{REJ_TELE, "telegrams"},
|
||||
{REJ_TREA, "treaties"},
|
||||
{REJ_ANNO, "announcements"},
|
||||
{REJ_LOAN, "loans"},
|
||||
{0, NULL}
|
||||
};
|
||||
|
||||
struct symbol nation_relations[] = {
|
||||
{-1, "unknown"},
|
||||
{AT_WAR, "at-war"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue