Renamed the Titanic Pike.
This commit is contained in:
parent
9a527a0973
commit
82f501db45
@ -9,11 +9,11 @@ using Terraria.ModLoader;
|
||||
|
||||
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 ProjectileId => ModContent.ProjectileType<TitanicPikeProjectile>();
|
||||
protected override int ProjectileId => ModContent.ProjectileType<TitanicTridentProjectile>();
|
||||
|
||||
protected override void InitWeapon()
|
||||
{
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@ -3,7 +3,7 @@ using Terraria;
|
||||
|
||||
namespace Decimation.Content.Projectiles.Item.Weapon
|
||||
{
|
||||
internal class TitanicPikeProjectile : DecimationProjectile
|
||||
internal class TitanicTridentProjectile : DecimationProjectile
|
||||
{
|
||||
protected override void Init()
|
||||
{
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in New Issue
Block a user