|
|
@ -285,9 +285,9 @@ function Pasture:init()
|
|
|
|
key='CUSTOM_SHIFT_N',
|
|
|
|
key='CUSTOM_SHIFT_N',
|
|
|
|
label='Egg layers:',
|
|
|
|
label='Egg layers:',
|
|
|
|
options={
|
|
|
|
options={
|
|
|
|
{label='Include', value='include'},
|
|
|
|
{label='Include', value='include', pen=COLOR_GREEN},
|
|
|
|
{label='Only', value='only'},
|
|
|
|
{label='Only', value='only', pen=COLOR_YELLOW},
|
|
|
|
{label='Exclude', value='exclude'},
|
|
|
|
{label='Exclude', value='exclude', pen=COLOR_RED},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
initial_option='include',
|
|
|
|
initial_option='include',
|
|
|
|
on_change=self:callback('refresh_list'),
|
|
|
|
on_change=self:callback('refresh_list'),
|
|
|
@ -299,9 +299,9 @@ function Pasture:init()
|
|
|
|
key='CUSTOM_SHIFT_Y',
|
|
|
|
key='CUSTOM_SHIFT_Y',
|
|
|
|
label='Grazers:',
|
|
|
|
label='Grazers:',
|
|
|
|
options={
|
|
|
|
options={
|
|
|
|
{label='Include', value='include'},
|
|
|
|
{label='Include', value='include', pen=COLOR_GREEN},
|
|
|
|
{label='Only', value='only'},
|
|
|
|
{label='Only', value='only', pen=COLOR_YELLOW},
|
|
|
|
{label='Exclude', value='exclude'},
|
|
|
|
{label='Exclude', value='exclude', pen=COLOR_RED},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
initial_option='include',
|
|
|
|
initial_option='include',
|
|
|
|
on_change=self:callback('refresh_list'),
|
|
|
|
on_change=self:callback('refresh_list'),
|
|
|
|