proto update for the test oats enum
This commit is contained in:
parent
8a9d7af6ae
commit
e313fd10ae
2 changed files with 4 additions and 4 deletions
|
|
@ -48,7 +48,7 @@ const defaultGrain: GrainExtension = {
|
|||
bushelsPerTonne: 0
|
||||
};
|
||||
|
||||
export const GrainExtensions: Map<pond.Grain | number, GrainExtension> = new Map([
|
||||
export const GrainExtensions: Map<pond.Grain, GrainExtension> = new Map([
|
||||
[pond.Grain.GRAIN_INVALID, defaultGrain],
|
||||
[pond.Grain.GRAIN_NONE, defaultGrain],
|
||||
[
|
||||
|
|
@ -205,7 +205,7 @@ export const GrainExtensions: Map<pond.Grain | number, GrainExtension> = new Map
|
|||
}
|
||||
],
|
||||
[
|
||||
29,
|
||||
pond.Grain.GRAIN_OATS_B,
|
||||
{
|
||||
name: "Oats b",
|
||||
group: "Oats",
|
||||
|
|
@ -222,7 +222,7 @@ export const GrainExtensions: Map<pond.Grain | number, GrainExtension> = new Map
|
|||
}
|
||||
],
|
||||
[
|
||||
30,
|
||||
pond.Grain.GRAIN_OATS_C,
|
||||
{
|
||||
name: "Oats c",
|
||||
group: "Oats",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue