diff --git a/P3D/Content/GUI/Map/johto_map.png b/P3D/Content/GUI/Map/johto_map.png index 59e2162ff..fc4e0b0ee 100644 Binary files a/P3D/Content/GUI/Map/johto_map.png and b/P3D/Content/GUI/Map/johto_map.png differ diff --git a/P3D/Content/GUI/Map/kanto_map.png b/P3D/Content/GUI/Map/kanto_map.png index 4c67c4543..21a5037b6 100644 Binary files a/P3D/Content/GUI/Map/kanto_map.png and b/P3D/Content/GUI/Map/kanto_map.png differ diff --git a/P3D/Content/GUI/Map/sevii islands_map.png b/P3D/Content/GUI/Map/sevii islands_map.png index f274f0407..587a0fc34 100644 Binary files a/P3D/Content/GUI/Map/sevii islands_map.png and b/P3D/Content/GUI/Map/sevii islands_map.png differ diff --git a/P3D/Pokemon/Attacks/Normal/Judgement.vb b/P3D/Pokemon/Attacks/Normal/Judgement.vb index c185da3a5..335f998ea 100644 --- a/P3D/Pokemon/Attacks/Normal/Judgement.vb +++ b/P3D/Pokemon/Attacks/Normal/Judgement.vb @@ -61,6 +61,8 @@ Dim itemID As Integer = 0 If Not p.Item Is Nothing Then itemID = p.Item.ID + Else + Return New Element(Element.Types.Normal) End If Select Case p.Item.ID