Project

General

Profile

Bug #1322 » 0038-rssanity-Reword-barbarian-s-init-buildings-message.patch

main, S3_3, S3_2 - Marko Lindqvist, 04/24/2025 01:23 PM

View differences:

server/ruleset/rssanity.c
if (nation_barbarian_type(pnation) != NOT_A_BARBARIAN
&& pnation->init_buildings[0] != B_LAST) {
ruleset_error(logger, LOG_ERROR,
_("Barbarian nation %s has init_buildings set but will "
"never see them"), nation_rule_name(pnation));
_("Nation %s has init_buildings set but as barbarians will "
"never get them."), nation_rule_name(pnation));
}
if (!default_gov_failed && pnation->init_government == game.government_during_revolution) {
(1-1/2)