mirror of
https://github.com/YouHaveTrouble/YHTMod.git
synced 2026-05-11 21:56:54 +00:00
warrior's ambition item setup and locale
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user