Updated Slimer sound.

This commit is contained in:
FyloZ 2020-07-11 12:08:37 -04:00
parent 44e51d8629
commit e4efb00c5c
2 changed files with 3 additions and 0 deletions

View File

@ -3,8 +3,10 @@ using Decimation.Lib.Items;
using Decimation.Lib.Util;
using Decimation.Lib.Util.Builder;
using Terraria;
using Terraria.Audio;
using Terraria.ID;
using Terraria.ModLoader;
using SoundType = Terraria.ModLoader.SoundType;
namespace Decimation.Content.Items.Weapons
{
@ -24,6 +26,7 @@ namespace Decimation.Content.Items.Weapons
item.height = 24;
item.value = Item.sellPrice(silver: 40);
item.rare = Rarity.Green.GetRarityValue();
item.UseSound = mod.GetLegacySoundSlot(SoundType.Custom, "Sounds/Custom/Slimer");
}
protected override ModRecipe GetRecipe()

BIN
Sounds/Custom/Slimer.mp3 Normal file

Binary file not shown.