Updated Slimer sound.
This commit is contained in:
parent
44e51d8629
commit
e4efb00c5c
@ -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
BIN
Sounds/Custom/Slimer.mp3
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user