From f558dfd4f2136aa68e0d1f196d962073373c5bc8 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 26 Jun 2023 20:15:14 +0300 Subject: [PATCH 12/12] Use extra_buildings.specc|png with alio/alien - Hospital sprite comes directly from extra_buildings - For Headquerters, alternative tag is added for genetic_lab - Also changed alien Information Distillery to fallback to Research Lab sprite instead of that of Isaac Newton's College See osdn #48189 Signed-off-by: Marko Lindqvist --- data/alien/buildings.ruleset | 2 +- data/alio.tilespec | 1 + data/misc/extra_buildings.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data/alien/buildings.ruleset b/data/alien/buildings.ruleset index f46a6ced73..12b3568cc9 100644 --- a/data/alien/buildings.ruleset +++ b/data/alien/buildings.ruleset @@ -311,7 +311,7 @@ reqs = "Tech", "Global Knowledge", "Player" } graphic = "b.information_distillery" -graphic_alt = "b.isaac_newtons_college" +graphic_alt = "b.research_lab" obsolete_by = { "type", "name", "range" } diff --git a/data/alio.tilespec b/data/alio.tilespec index 9c3a9c00fe..e2ff3943a8 100644 --- a/data/alio.tilespec +++ b/data/alio.tilespec @@ -159,6 +159,7 @@ files = "misc/events.spec", "misc/buildings-large.spec", "misc/wonders-large.spec", + "misc/extra_buildings.spec", "misc/flags-large.spec", "misc/shields-large.spec", "misc/cursors.spec", diff --git a/data/misc/extra_buildings.spec b/data/misc/extra_buildings.spec index 8c6b40e612..b0ae2f4751 100644 --- a/data/misc/extra_buildings.spec +++ b/data/misc/extra_buildings.spec @@ -22,5 +22,5 @@ pixel_border = 0 tiles = { "row", "column", "tag" 0, 0, "b.hospital" - 0, 1, "b.genetic_lab" + 0, 1, "b.genetic_lab", "b.headquarters" } -- 2.40.1