diff --git a/P3D/Content/Sounds/OverworldPoison.wav b/P3D/Content/Sounds/OverworldPoison.wav
new file mode 100644
index 000000000..fd210309b
Binary files /dev/null and b/P3D/Content/Sounds/OverworldPoison.wav differ
diff --git a/P3D/P3D.vbproj b/P3D/P3D.vbproj
index 875022ce4..4bac39791 100644
--- a/P3D/P3D.vbproj
+++ b/P3D/P3D.vbproj
@@ -18032,6 +18032,9 @@
PreserveNewest
+
+ PreserveNewest
+
PreserveNewest
diff --git a/P3D/Player/Player.vb b/P3D/Player/Player.vb
index 521b3428b..a85c30665 100644
--- a/P3D/Player/Player.vb
+++ b/P3D/Player/Player.vb
@@ -1883,6 +1883,7 @@
PoisonSteps -= 4
End If
If PoisonAmount > 0 Then
+ SoundManager.PlaySound("OverworldPoison")
For i = 0 To Core.Player.Pokemons.Count - 1
If Core.Player.Pokemons(i).Status = Pokemon.StatusProblems.Poison OrElse Core.Player.Pokemons(i).Status = Pokemon.StatusProblems.BadPoison Then
If Core.Player.Pokemons(i).Ability IsNot Ability.GetAbilityByID(17) Then