zakładki: poprawki widoku i działania

This commit is contained in:
2023-02-22 15:29:54 +01:00
parent ebf6567e88
commit d7341ab047
5 changed files with 22 additions and 16 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ export function acceptableMass(state: IStore) {
// Towarowy / inny elektr.
if (/^EU/.test(activeLocomotiveType)) return 2000;
if (/^ET/.test(activeLocomotiveType)) return 4000;
if (/^EP/.test(activeLocomotiveType)) return 0;
if (/^EP/.test(activeLocomotiveType)) return 650;
return 0;
}