Remove option LANDSPIES, customize table land-chr instead
Spy units are now enabled when a land unit type with capability spy exists. To disable them, deities have to customize table land-chr. Before, spy units types were ignored when option LANDSPIES was disabled. Except for xdump land-chr, which happily dumped unusable spy unit types.
This commit is contained in:
parent
352bc320d2
commit
93edcf0ac4
9 changed files with 18 additions and 31 deletions
|
@ -46,7 +46,6 @@ int opt_GO_RENEW = 0;
|
|||
int opt_GUINEA_PIGS = 0;
|
||||
int opt_HIDDEN = 0;
|
||||
int opt_INTERDICT_ATT = 1;
|
||||
int opt_LANDSPIES = 1;
|
||||
int opt_LOANS = 0;
|
||||
int opt_LOSE_CONTACT = 0;
|
||||
int opt_MARKET = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue