]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/news.c
Remove option TREATIES
[empserver] / src / lib / global / news.c
index 9d22b024ad8963994dc095b02c5ec7d20834c797..6623b2445dacf3896f44fddae9a7f67d41c1a8fe 100644 (file)
@@ -55,8 +55,7 @@ struct rptstr rpt[] = {
                                 "spy captured and shot by %s" } },
     { N_SENT_TEL, 1,  N_TELE,  { "sends a telegram to %s",
                                 "telexes %s" } },
-    { N_SIGN_TRE, 3,  N_FOR,   { "diplomats sign a treaty with %s",
-                                "ambassador agrees to a treaty with %s" } },
+    { 5, 0, 0, { no_news, no_news } },
     { N_MAKE_LOAN, 2,  N_ECON,  { "bankers make a loan to %s",
                                  "Ministry of Finance lends money to %s" } },
     { N_REPAY_LOAN, 1,  N_ECON,  { "repays a loan from %s",
@@ -88,10 +87,8 @@ struct rptstr rpt[] = {
     { 20, 0, 0, { no_news, no_news } },
     { N_SEIZE_SECT, -2, N_ECON,  { "seizes a sector from %s to collect on a loan",
                                   "collects one of %s's sectors in repayment of a loan" } },
-    { N_HONOR_TRE, -1, N_FOR,   { "considers an action which would violate a treaty with %s",
-                                 "decides not to violate treaty with %s (yet)" } },
-    { N_VIOL_TRE, -4, N_FOR,   { "violates a treaty with %s",
-                                "actions violate treaty with %s" } },
+    { 22, 0, 0, { no_news, no_news } },
+    { 23, 0, 0, { no_news, no_news } },
     { 24, 0, 0, { no_news, no_news } },
     { N_HIT_MINE, 0,  N_SEA,   { "ship hits a mine",
                                 "ship severely damaged in mine field" } },