Remove the demand update feature veto. It's virtually unused, flawed
by design (by voting last players can tactically vote no and thus build up veto rights), and its implementation is buggy: (update_missed): Remove. (zdone): Don't show it. (demand_check): Remove veto check. (natstr, cou_ca): Remove member nat_missed and its selector. (zdone): Don't clear and don't show it. (update_removewants): Don't increment it. This was buggy anyway; it incremented even on non-demand updates. (prnat): Don't show it, remove key 'U'. (docountry): Don't change it, deprecate the now useless key 'U'.
This commit is contained in:
parent
ec98ff03f3
commit
4ba4cd98c6
8 changed files with 3 additions and 32 deletions
|
@ -501,7 +501,6 @@ struct castr cou_ca[] = {
|
|||
"yorg", EF_BAD},
|
||||
{NSC_CHAR, 0, 0, fldoff(natstr, nat_dayno), "dayno", EF_BAD},
|
||||
{NSC_CHAR, 0, 0, fldoff(natstr, nat_update), "update", EF_BAD},
|
||||
{NSC_UCHAR, 0, 0, fldoff(natstr, nat_missed), "missed", EF_BAD},
|
||||
{NSC_USHORT, 0, 0, fldoff(natstr, nat_tgms), "tgms", EF_BAD},
|
||||
{NSC_USHORT, 0, 0, fldoff(natstr, nat_ann), "ann", EF_BAD},
|
||||
{NSC_USHORT, 0, 0, fldoff(natstr, nat_minused), "minused", EF_BAD},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue