Rename brotherhood quest to kinship (#8465)

This commit is contained in:
2026-07-11 19:40:16 -07:00
committed by GitHub
parent 588bcbd81f
commit 9619cb8076
@@ -176,8 +176,8 @@ namespace eagle {
var brotherhoodDetails = quest.Details.SwearBrotherhoodWithHeroQuest;
SetDynamicHeroQuestText(
brotherhoodDetails.TargetHeroId,
(heroName) => $"Swear brotherhood with {heroName}",
"Swear brotherhood with a hero",
(heroName) => $"Swear kinship with {heroName}",
"Swear kinship with a hero",
model);
break;
@@ -404,7 +404,7 @@ namespace eagle {
return "Release all prisoners (don't execute, move, or trade them)";
case SealedValueOneofCase.SwearBrotherhoodWithHeroQuest:
return "Swear brotherhood with a hero";
return "Swear kinship with a hero";
case SealedValueOneofCase.BetrayAllyQuest: {
var details = quest.Details.BetrayAllyQuest;