Skip to content

Commit 2dff3b6

Browse files
committed
Revert change to teraType tracking in pkmn/client
FYI @spktrm fixes #44
1 parent 7e0a4b1 commit 2dff3b6

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkmn/client",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Client battle engine for Pokémon Showdown",
55
"repository": "github:pkmn/ps",
66
"license": "MIT",
@@ -16,7 +16,7 @@
1616
],
1717
"dependencies": {
1818
"@pkmn/data": "^0.10.2",
19-
"@pkmn/protocol": "^0.7.1"
19+
"@pkmn/protocol": "^0.7.2"
2020
},
2121
"devDependencies": {
2222
"@pkmn/dex": "^0.10.2"

client/src/battle.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ export class Battle {
129129
pokemon.ability = p.ability;
130130
pokemon.baseAbility = p.baseAbility;
131131
pokemon.item = p.item;
132-
pokemon.terastallized = p.teraType;
133132

134133
pokemon.hp = p.hp;
135134
pokemon.maxhp = p.maxhp;

protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkmn/protocol",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Parsing logic for Pokémon Showdown's PROTOCOL and SIM-PROTOCOL",
55
"repository": "github:pkmn/ps",
66
"license": "MIT",

view/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkmn/view",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Library for building Pokémon Showdown client UIs",
55
"repository": "github:pkmn/ps",
66
"license": "MIT",
@@ -18,7 +18,7 @@
1818
"build"
1919
],
2020
"dependencies": {
21-
"@pkmn/protocol": "^0.7.1",
21+
"@pkmn/protocol": "^0.7.2",
2222
"@pkmn/types": "^4.0.0"
2323
},
2424
"scripts": {

0 commit comments

Comments
 (0)