diff --git a/Content/NPCs/DuneWyrm/DuneWyrm.cs b/Content/NPCs/DuneWyrm/DuneWyrm.cs index d7b24cf..cd0cb2f 100644 --- a/Content/NPCs/DuneWyrm/DuneWyrm.cs +++ b/Content/NPCs/DuneWyrm/DuneWyrm.cs @@ -72,7 +72,7 @@ namespace Decimation.Content.NPCs.DuneWyrm public override void BossLoot(ref string name, ref int potionType) { - name = "The Dune Wyrm"; + name = "The Great Dune Wyrm"; DecimationWorld.downedDuneWyrm = true; potionType = ItemID.HealingPotion; @@ -284,7 +284,7 @@ namespace Decimation.Content.NPCs.DuneWyrm public override void SetStaticDefaults() { - DisplayName.SetDefault("Dune Wyrm"); + DisplayName.SetDefault("Great Dune Wyrm"); } public override void Init()