Skip to content

Commit

Permalink
Merge pull request #48893 from Maleclypse/Buses-can't-leave-bus-stations
Browse files Browse the repository at this point in the history
Make Bus Stations driveable
  • Loading branch information
Rivet-the-Zombie authored May 16, 2021
2 parents d613cd2 + 6951749 commit 12fcd38
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions data/json/mapgen/bus_station.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@
"object": {
"fill_ter": "t_floor",
"rows": [
"...........ss________sssssssssssssssPyyyyy___sss",
"....,,,....ss________s,;,,,;,,;,,,;,syyyyy___s,s",
"||||www||||ss________ssssssssssssssss________s;s",
"...........''________'ssssssssPyyyyyyyyyyy___sss",
"....,,,....''________',;,,;,,,;yyyyyyyyyyy___s,s",
"||||www||||ss________'sssssssss______________s;s",
"|p p|ss________________________________s,s",
"| BBB BBB |ss________________________________s,s",
"| wss________________________________s,s",
"| BBB BBB wss______________________yy________s;s",
"| wss______________________yy________s,s",
"| BBB BBB |ss______________________yy________s,s",
"| |Gs______________________yy________s;s",
"| BBB BBB |Gs______________________yy________s,s",
"| +ss________'''''''''''''''P________s,s",
"|8 +ss________'I''bbb''bbb''I'________s;s",
"| BBB BBB |Gs______________________yy________P,s",
"| +ss________''''''''''______________s,s",
"|8 +ss________'I'bbbb'I'______________s;s",
"|9 r Y|ss________________________________s,s",
"||+|||ddd||ss________________________________s,s",
"|S:S|x h r|ss________________________________s;s",
"|:::|ddd cwss______________________yy________s,s",
"|+|+|||| cwss______________________yy________s,s",
"|:|:|FF| cwss______________________yy________s,s",
"|T|T|l:| |ss______________________yy________s;s",
"|||||i:+ +ss______________________yy________s,s",
"...4|||||||ssssssssss'''''''''''''''Psssssssssss",
"..........fssssssssss'I''bbb''bbb''I'sssssssssss",
"|||||i:+ +ss______________________yy________P,s",
"...4|||||||ssssssssss''''''''''sssssssssssssssss",
"..........fssssssssss'I'bbbb'I'sssssssssssssssss",
"..........ffffffffffffffffffffffffffffffffffffff"
],
"terrain": {
Expand All @@ -42,7 +42,7 @@
[ "t_region_shrub_decorative", 20 ],
[ "t_region_shrub_fruit", 10 ]
],
";": "t_region_tree_shade",
";": "t_region_shrub_decorative",
"w": "t_window",
"_": "t_pavement",
"y": "t_pavement_y",
Expand All @@ -60,6 +60,7 @@
"x": "t_linoleum_white",
"i": "t_ladder_up",
"I": "t_column",
"P": "t_concrete",
"f": "t_chainfence"
},
"furniture": {
Expand Down

0 comments on commit 12fcd38

Please sign in to comment.