Renamed the Titanic Pike.

This commit is contained in:
FyloZ 2020-07-20 11:47:02 -04:00
parent 9a527a0973
commit 82f501db45
4 changed files with 4 additions and 4 deletions

View File

@ -9,11 +9,11 @@ using Terraria.ModLoader;
namespace Decimation.Content.Items.Weapons namespace Decimation.Content.Items.Weapons
{ {
internal class TitanicPike : DecimationWeapon internal class TitanicTrident : DecimationWeapon
{ {
protected override string ItemName => "Titanic Pike"; protected override string ItemName => "Titanic Trident";
protected override int Damages => 120; protected override int Damages => 120;
protected override int ProjectileId => ModContent.ProjectileType<TitanicPikeProjectile>(); protected override int ProjectileId => ModContent.ProjectileType<TitanicTridentProjectile>();
protected override void InitWeapon() protected override void InitWeapon()
{ {

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -3,7 +3,7 @@ using Terraria;
namespace Decimation.Content.Projectiles.Item.Weapon namespace Decimation.Content.Projectiles.Item.Weapon
{ {
internal class TitanicPikeProjectile : DecimationProjectile internal class TitanicTridentProjectile : DecimationProjectile
{ {
protected override void Init() protected override void Init()
{ {

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB