(L_XLIGHT, lchr[], land_chr_flags[], take_plane_off_land,
put_plane_on_land, load_plane_land, can_fly): Remove L_XLIGHT flag and replace with checks of lnd_maxlight. Closes #758459.
This commit is contained in:
parent
cf384676e8
commit
e28c14f023
6 changed files with 6 additions and 16 deletions
|
@ -100,7 +100,7 @@ struct lchrstr lchr[] = {
|
|||
"tra train",
|
||||
100, 50, 0, 0, 0, 40, 3500,
|
||||
0.0, 0.0, 120, 10, 25, 3, 0, 0, 0, 0, 0, 0, 0, 0, 5, 12,
|
||||
L_XLIGHT | L_TRAIN | L_HEAVY | L_SUPPLY,
|
||||
L_TRAIN | L_HEAVY | L_SUPPLY,
|
||||
},
|
||||
|
||||
{{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
|
||||
|
@ -198,7 +198,7 @@ struct lchrstr lchr[] = {
|
|||
"rad radar unit",
|
||||
10, 5, 0, 0, 0, 270, 1000,
|
||||
0.0, 0.0, 50, 33, 15, 3, 0, 0, 0, 0, 0, 2, 25, 2, 1, 0,
|
||||
L_XLIGHT | L_RADAR | L_LIGHT,
|
||||
L_RADAR | L_LIGHT,
|
||||
},
|
||||
|
||||
/* name
|
||||
|
|
|
@ -580,7 +580,6 @@ struct symbol ship_chr_flags[] = {
|
|||
};
|
||||
|
||||
struct symbol land_chr_flags[] = {
|
||||
{L_XLIGHT, "xlight"},
|
||||
{L_ENGINEER, "engineer"},
|
||||
{L_SUPPLY, "supply"},
|
||||
{L_SECURITY, "security"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue