From a2c688d66da839af1dd46a54884c44bc377cdc09 Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Fri, 30 Aug 2024 21:00:57 -0400 Subject: [PATCH] Ventilated boxcar none freight --- ts/frames.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/frames.ts b/ts/frames.ts index 933403c..2da665c 100644 --- a/ts/frames.ts +++ b/ts/frames.ts @@ -1699,6 +1699,7 @@ export const cargoLimits = { }, VentilatedBoxcarCC: { ['EFreightType::Meat']: 36, + ['EFreightType::None']: 0, }, } as const satisfies PRO>;