diff --git a/bike.lua b/bike.lua index c2ef7ed..1e6236d 100644 --- a/bike.lua +++ b/bike.lua @@ -210,7 +210,8 @@ function setup() avoid = Set { 'impassable', - 'construction' + 'construction', + 'proposed' }, diff --git a/foot.lua b/foot.lua index 98b59db..2325416 100644 --- a/foot.lua +++ b/foot.lua @@ -98,7 +98,8 @@ function setup() }, avoid = Set { - 'impassable' + 'impassable', + 'proposed' }, speeds = Sequence {