Correctly print electrical engines

This commit is contained in:
Arne Keller 2020-02-19 10:20:59 +01:00
parent 2e336a9bcb
commit 24919ac07c
2 changed files with 9 additions and 9 deletions

View File

@ -20,7 +20,7 @@ public class ElectricalEngine extends Engine {
"/ |____________| \\", "/ |____________| \\",
"\\ /", "\\ /",
" \\__________________/ ", " \\__________________/ ",
" (O)(O) (O)(O) ", " (O)(O) (O)(O) ",
}; };
/** /**

View File

@ -15,13 +15,13 @@ passenger coach W1 added to train 1
freight coach W2 added to train 1 freight coach W2 added to train 1
special coach W3 added to train 1 special coach W3 added to train 1
___ ___
\ ____ \ ____
_____________|____ ++ +------ _______________/__ ____________________ /--------------| | _____________|____ ++ +------ _______________/__ ____________________ /--------------| |
/_| ____________ |_\ || |+-+ | /_| ____________ |_\ | ___ ___ ___ ___ | | | \--------------| | /_| ____________ |_\ || |+-+ | /_| ____________ |_\ | ___ ___ ___ ___ | | | \--------------| |
/ |____________| \ /---------|| | | / |____________| \ | |_| |_| |_| |_| | | | | | | | / |____________| \ /---------|| | | / |____________| \ | |_| |_| |_| |_| | | | | | | |
\ / + ======== +-+ | \ / |__________________| | | _|_|__________| | \ / + ======== +-+ | \ / |__________________| | | _|_|__________| |
\__________________/ _|--/~\------/~\-+ \__________________/ |__________________| |__________________| |_________________| \__________________/ _|--/~\------/~\-+ \__________________/ |__________________| |__________________| |_________________|
(O)(O) (O)(O) //// \_/ \_/ (O)(O) (O)(O) (O) (O) (O) (O) (O) (O) (O)(O) (O)(O) //// \_/ \_/ (O)(O) (O)(O) (O) (O) (O) (O) (O) (O)
Error, no such train Error, no such train
Error, train not found Error, train not found
4 4