Update Grand Dune Wyrm name.

This commit is contained in:
FyloZ 2020-06-10 15:59:03 -04:00
parent 66ec20095d
commit cd01d40d54

View File

@ -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()