Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Meow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsukino-uwu committed Jun 9, 2020
1 parent 9de56d5 commit 59cb68a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .vs/NekoTweakMod/v16/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion Items/SummonerWeaponSound.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class SummonerItemSound : GlobalItem // class name & GlobalItem hook
// Pre Hardmode summon weapons
// if (item.type == ItemID.BabyBird) item.UseSound = SoundID.Item44; v1.4
if (item.type == ItemID.SlimeStaff) item.UseSound = SoundID.Item44; // this code Change SlimeStaffs Use sound to SoundID item44
//if the item is an item and its a "slimestaff", the items "Use" sound will be item44
//if the item is a "slimestaff" item, the items "Use" sound will be item44

if (item.type == ItemID.HornetStaff) item.UseSound = SoundID.Item76;
//if (item.type == ItemID.Vampirefroggstaff) item.UseSound = SoundID.Item44;
Expand Down

0 comments on commit 59cb68a

Please sign in to comment.