From cd01d40d54e1500150fb749d5a7dafd9d762e380 Mon Sep 17 00:00:00 2001 From: FyloZ Date: Wed, 10 Jun 2020 15:59:03 -0400 Subject: [PATCH] Update Grand Dune Wyrm name. --- Content/NPCs/DuneWyrm/DuneWyrm.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()