From a4b88fb4637ed7c89235a1e4a35beade94efd36d Mon Sep 17 00:00:00 2001 From: "Jasper \"JappaWakka\" Speelman" Date: Fri, 16 Sep 2022 17:07:23 +0200 Subject: [PATCH] Fix typo --- P3D/Pokemon/Attacks/Normal/NaturePower.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P3D/Pokemon/Attacks/Normal/NaturePower.vb b/P3D/Pokemon/Attacks/Normal/NaturePower.vb index fa57407cc..e3b718447 100644 --- a/P3D/Pokemon/Attacks/Normal/NaturePower.vb +++ b/P3D/Pokemon/Attacks/Normal/NaturePower.vb @@ -67,7 +67,7 @@ Return 161 Case Terrain.TerrainTypes.Cave Return 247 - Case Terrain.TerrainTypes.DisortionWorld + Case Terrain.TerrainTypes.DistortionWorld Return 185 Case Terrain.TerrainTypes.LongGrass Return 75