Skip to content

Commit

Permalink
Small Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bergbauer22 committed Aug 20, 2023
1 parent ef29d58 commit 3ac30b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bosses/Punji.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public override void SkullEffect(Bloon boss)
}
else if (x == 11)
{
ModContent.GetAudioClip<BergsExtraBossPackMOD>("idkw_but_isab_is_kinda_hot").Play();
ModContent.GetAudioClip<BergsExtraBossPackMOD>("punjihi").Play();
}
else if (x == 12)
{
Expand All @@ -200,7 +200,7 @@ public override void SkullEffect(Bloon boss)
}
else if (x == 14)
{
ModContent.GetAudioClip<BergsExtraBossPackMOD>("idkw_but_isab_is_kinda_hot").Play();
ModContent.GetAudioClip<BergsExtraBossPackMOD>("punjihi").Play();
}
else if (x == 15)
{
Expand Down
Binary file removed Sounds/Punji/Skull/idkw_but_isab_is_kinda_hot.wav
Binary file not shown.
Binary file added Sounds/Punji/Skull/punjihi.wav
Binary file not shown.

0 comments on commit 3ac30b7

Please sign in to comment.