Skip to content

Commit

Permalink
Fixed bandits block autonoting (#36397)
Browse files Browse the repository at this point in the history
* Fixed autonote for bandits roadblock
  • Loading branch information
Anton Burmistrov authored and ZhilkinSerg committed Dec 24, 2019
1 parent c956a9e commit d588059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/overmap/map_extras.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"type": "map_extra",
"name": "Roadblock (Bandits)",
"description": "This road is blocked by bandits.",
"generator": { "generator_method": "map_extra_function", "generator_id": "mx_roadblock" },
"generator": { "generator_method": "map_extra_function", "generator_id": "mx_bandits_block" },
"sym": "x",
"color": "yellow",
"autonote": true
Expand Down

0 comments on commit d588059

Please sign in to comment.