From bf1b7932eadd69b2f02443ef0b065b9450fa1154 Mon Sep 17 00:00:00 2001 From: LordR19 Date: Fri, 29 Dec 2023 09:18:35 +0100 Subject: [PATCH] Added concepts for national/travelling composer --- common/game_concepts/mr_game_concepts.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/common/game_concepts/mr_game_concepts.txt b/common/game_concepts/mr_game_concepts.txt index 6073162a82..d8fc9f3a8b 100644 --- a/common/game_concepts/mr_game_concepts.txt +++ b/common/game_concepts/mr_game_concepts.txt @@ -240,6 +240,14 @@ concept_elgar_composer = { texture = "gfx/interface/icons/concept_icons/elgar_composer_concept_icon.dds" } +concept_elgar_travelling_composer = { + texture = "gfx/interface/icons/concept_icons/elgar_composer_travelling_concept_icon.dds" +} + +concept_elgar_national_composer = { + texture = "gfx/interface/icons/concept_icons/elgar_composer_national_concept_icon.dds" +} + ###GAUDÌ### concept_elgar_architecture = { texture = "gfx/interface/icons/concept_icons/gaudi_architecture_concept_icon.dds"