From 6da57475c513699fb7c9c180795fbcb838a02f93 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 17 May 2021 01:13:06 +0300 Subject: [PATCH 49/49] Replace '1' referring to tech cost style with 'Civ I|II\' in a message See osdn #42119 Signed-off-by: Marko Lindqvist --- server/rssanity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/rssanity.c b/server/rssanity.c index 9ec6e68f13..608591061a 100644 --- a/server/rssanity.c +++ b/server/rssanity.c @@ -714,7 +714,7 @@ bool sanity_check_ruleset_data(bool ignore_retired) if (game.info.tech_cost_style == TECH_COST_CIV1CIV2 && game.info.free_tech_method == FTM_CHEAPEST) { ruleset_error(LOG_ERROR, "Cost based free tech method, but tech cost style " - "1 so all techs cost the same."); + "\"Civ I|II\" so all techs cost the same."); ok = FALSE; } -- 2.30.2