mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
zakładki: poprawki widoku i działania
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user