mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-07-21 11:43:30 +00:00
TGV zu Emojis hinzugefügt
This commit is contained in:
+3
-5
@@ -3,9 +3,7 @@
|
||||
"stations": [ "Berlin Hbf", "Hamburg Hbf", "München Hbf", "Amsterdam Centraal"],
|
||||
"server": ,
|
||||
"vc": ,
|
||||
"formatting": "🚅┇",
|
||||
"random": false
|
||||
"blacklist": [
|
||||
|
||||
]
|
||||
"random": true,
|
||||
"formatting": "┇",
|
||||
"blacklist": []
|
||||
}
|
||||
+2
-1
@@ -4,8 +4,9 @@ emoji_list = {
|
||||
"Höchstgeschwindigkeit": "🚄"
|
||||
}
|
||||
|
||||
train_types = {
|
||||
train_types = { # Unvollständig! Benötigt testing
|
||||
"ICE": emoji_list["Höchstgeschwindigkeit"],
|
||||
"TGV": emoji_list["Höchstgeschwindigkeit"],
|
||||
|
||||
"RE": emoji_list["Nahverkehr"],
|
||||
"RB": emoji_list["Nahverkehr"],
|
||||
|
||||
Reference in New Issue
Block a user