Bug #1949 ยป 1949.patch
| server/ruleset/rscompat.c | ||
|---|---|---|
|
const char *name;
|
||
|
const char *helptxt;
|
||
|
} new_flags_33[] = {
|
||
|
{ N_("NoVeteran"), N_("May acquire veteran status.") },
|
||
|
{ N_("NoVeteran"), N_("Cannot acquire veteran status.") },
|
||
|
{ N_("CanEscape"), N_("Can try to escape stack death.") },
|
||
|
{ N_("Shield2Gold"), N_("May switch from shield upkeep to gold upkeep") }
|
||
|
};
|
||