diff --git a/src/vehicles/pony/fleet.py b/src/vehicles/pony/fleet.py index 5239ae625..d9a693564 100644 --- a/src/vehicles/pony/fleet.py +++ b/src/vehicles/pony/fleet.py @@ -31,6 +31,6 @@ def main(roster_id, **kwargs): ) consist.description = """Was the train door jammed? Was the time right?""" - consist.foamer_facts = """""" + consist.foamer_facts = """London Underground 1996 Stock""" return consist diff --git a/src/vehicles/pony/hammersmith.py b/src/vehicles/pony/hammersmith.py index eaa2d0473..18ad26432 100644 --- a/src/vehicles/pony/hammersmith.py +++ b/src/vehicles/pony/hammersmith.py @@ -25,7 +25,7 @@ def main(roster_id, **kwargs): repeat=2, ) - consist.description = """""" + consist.description = """Do pigeons roost on rooftops? Do they watch us pass by?""" consist.foamer_facts = """London Underground R Stock""" return consist diff --git a/src/vehicles/pony/poplar.py b/src/vehicles/pony/poplar.py index 2338b7043..44f74b47a 100644 --- a/src/vehicles/pony/poplar.py +++ b/src/vehicles/pony/poplar.py @@ -25,7 +25,7 @@ def main(roster_id, **kwargs): repeat=2, ) - consist.description = """""" + consist.description = """Do dreams fade in the dawn? Lost in the city's waking.""" consist.foamer_facts = """Metropolitan Railway electric multiple units""" return consist diff --git a/src/vehicles/pony/wandle.py b/src/vehicles/pony/wandle.py index f10c20655..43a38aec4 100644 --- a/src/vehicles/pony/wandle.py +++ b/src/vehicles/pony/wandle.py @@ -26,7 +26,7 @@ def main(roster_id, **kwargs): repeat=2, ) - consist.description = """""" + consist.description = """Is the underground a sanctuary? Refuge for the lost.""" consist.foamer_facts = """London Underground R Stock""" return consist