Bug #800 ยป 0021-Correct-cancelation-to-cancellation.patch
client/goto.c | ||
---|---|---|
fc_assert_ret(path != nullptr);
|
||
fc_assert_ret_msg(unit_tile(punit) == path->positions[0].tile,
|
||
"Unit %d has moved without goto cancelation.",
|
||
"Unit %d has moved without goto cancellation.",
|
||
punit->id);
|
||
fc_assert_ret(length != nullptr);
|
||
data/helpdata.txt | ||
---|---|---|
Under authoritarian governments such as Monarchy you can break a \
|
||
pact at any time, but the representative governments (Republic and \
|
||
Democracy) have a senate which will block the unprovoked \
|
||
cancelation of a treaty; unless a foreign Diplomat or Spy sparks \
|
||
cancellation of a treaty; unless a foreign Diplomat or Spy sparks \
|
||
a diplomatic incident, the only way to dissolve a pact in this \
|
||
situation is to dissolve your government. The details of pacts are \
|
||
described in the Diplomacy section.\
|