warrior's ambition item setup and locale

This commit is contained in:
2026-01-28 18:22:14 +01:00
parent d006a3fbaf
commit 4aebc3a261
8 changed files with 258 additions and 3 deletions
+6
View File
@@ -83,6 +83,12 @@ public class BossKillListener : GlobalNPC {
Color.MediumPurple,
player.whoAmI
);
} else if (modPlayer.WarriorAmbition && modPlayer.WarriorAmbitions.Add(bossKey)) {
ChatHelper.SendChatMessageToClient(
NetworkText.FromLiteral("Your Warrior Ambition's potential grows stronger!"),
Color.OrangeRed,
player.whoAmI
);
}
}
}