proto update for the test oats enum

This commit is contained in:
csawatzky 2025-08-19 15:51:58 -06:00
parent 8a9d7af6ae
commit e313fd10ae
2 changed files with 4 additions and 4 deletions

View file

@ -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",