mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 00:36:25 +00:00
Fixed move name, effect typo
This commit is contained in:
parent
eab38a5ad4
commit
30ddde6874
@ -2549,8 +2549,8 @@ export const move: MoveTranslations = {
|
||||
effect: "Dummy Data"
|
||||
},
|
||||
"neverEndingNightmarePhysical": {
|
||||
name: "Deep-seated grudges summoned by the user's Z-Power trap the target. The power varies, depending on the original move.",
|
||||
effect: "Dummy Data"
|
||||
name: "Never-Ending Nightmare",
|
||||
effect: "Deep-seated grudges summoned by the user's Z-Power trap the target. The power varies, depending on the original move."
|
||||
},
|
||||
"neverEndingNightmareSpecial": {
|
||||
name: "Never-Ending Nightmare",
|
||||
|
Loading…
Reference in New Issue
Block a user