From 2b0b3640abac214b5701c2d0cd86bfc2226bac3c Mon Sep 17 00:00:00 2001
From: Sveinung Kvilhaugsvik <sveinung84@users.sourceforge.net>
Date: Mon, 31 May 2021 15:24:42 +0200
Subject: [PATCH] amplio2: fix image location collision.

The location I used for extra.transport_hub_mg was already taken by blank
defaults for cd.city and cd.city_wall. Move them to a different cell.

Reported by Lexxie

See hrm #42441
---
 data/amplio2/bases.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/amplio2/bases.spec b/data/amplio2/bases.spec
index 5491e64421..b443a363cb 100644
--- a/data/amplio2/bases.spec
+++ b/data/amplio2/bases.spec
@@ -63,6 +63,6 @@ tiles = { "row", "column", "tag"
 ;[HH]
  0,  5, "city.disorder"
 ;blank defaults
- 1,  5, "cd.city",
+ 0,  6, "cd.city",
       "cd.city_wall"
 }
-- 
2.30.2