Update Grand Dune Wyrm name.
This commit is contained in:
parent
66ec20095d
commit
cd01d40d54
@ -72,7 +72,7 @@ namespace Decimation.Content.NPCs.DuneWyrm
|
|||||||
|
|
||||||
public override void BossLoot(ref string name, ref int potionType)
|
public override void BossLoot(ref string name, ref int potionType)
|
||||||
{
|
{
|
||||||
name = "The Dune Wyrm";
|
name = "The Great Dune Wyrm";
|
||||||
DecimationWorld.downedDuneWyrm = true;
|
DecimationWorld.downedDuneWyrm = true;
|
||||||
|
|
||||||
potionType = ItemID.HealingPotion;
|
potionType = ItemID.HealingPotion;
|
||||||
@ -284,7 +284,7 @@ namespace Decimation.Content.NPCs.DuneWyrm
|
|||||||
|
|
||||||
public override void SetStaticDefaults()
|
public override void SetStaticDefaults()
|
||||||
{
|
{
|
||||||
DisplayName.SetDefault("Dune Wyrm");
|
DisplayName.SetDefault("Great Dune Wyrm");
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void Init()
|
public override void Init()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user