Add crane icon collection.

This commit is contained in:
Sergey Vartanov 2021-11-25 23:49:14 +03:00
parent 2eb1794b86
commit 8c480af0b7

View file

@ -76,6 +76,18 @@ collections = [
# "choker", "island", "chocked_island", "chocked_table", # "choker", "island", "chocked_island", "chocked_table",
], ],
), ),
Collection(
"Key:crane:type",
{"man_made": "crane"},
"crane:type",
[
"gantry_crane",
"floor-mounted_crane",
"portal_crane",
"travel_lift",
"tower_crane",
],
),
Collection( Collection(
"Tag:tower:type=diving", "Tag:tower:type=diving",
{"man_made": "tower", "tower:type": "diving"}, {"man_made": "tower", "tower:type": "diving"},