show evolutions as well
All checks were successful
Build and Deploy / Build & Push Image (push) Successful in 33s
All checks were successful
Build and Deploy / Build & Push Image (push) Successful in 33s
This commit is contained in:
@@ -66,9 +66,10 @@ defmodule CobblemonUi.BattlesApi do
|
||||
ability: p["ability"],
|
||||
nature: p["nature"],
|
||||
shiny: p["shiny"],
|
||||
moves: Enum.map(p["moves"] || [], fn m ->
|
||||
%{name: m["name"], pp: m["pp"], max_pp: m["maxPp"]}
|
||||
end)
|
||||
moves:
|
||||
Enum.map(p["moves"] || [], fn m ->
|
||||
%{name: m["name"], pp: m["pp"], max_pp: m["maxPp"]}
|
||||
end)
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user