File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
play.pokemonshowdown.com/js Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 33
33
if ( this . curTeam . format . includes ( 'sanctified' ) ) {
34
34
this . curTeam . dex = Dex . mod ( 'gen9sanctified' ) ;
35
35
}
36
- if ( this . curTeam . format . startsWith ( 'gpt ' ) ) {
36
+ if ( this . curTeam . format . startsWith ( 'gen9gpt ' ) ) {
37
37
this . curTeam . dex = Dex . mod ( 'gen9gpt' ) ;
38
38
}
39
39
// if (this.curTeam.format.includes('espionage')) {
746
746
if ( this . curTeam . format . includes ( 'sanctified' ) ) {
747
747
this . curTeam . dex = Dex . mod ( 'gen9sanctified' ) ;
748
748
}
749
- if ( this . curTeam . format . startsWith ( 'gpt ' ) ) {
749
+ if ( this . curTeam . format . startsWith ( 'gen9gpt ' ) ) {
750
750
this . curTeam . dex = Dex . mod ( 'gen9gpt' ) ;
751
751
}
752
752
// if (this.curTeam.format.includes('espionage')) {
1601
1601
if ( this . curTeam . format . includes ( 'sanctified' ) ) {
1602
1602
this . curTeam . dex = Dex . mod ( 'gen9sanctified' ) ;
1603
1603
}
1604
- if ( this . curTeam . format . startsWith ( 'gpt ' ) ) {
1604
+ if ( this . curTeam . format . startsWith ( 'gen9gpt ' ) ) {
1605
1605
this . curTeam . dex = Dex . mod ( 'gen9gpt' ) ;
1606
1606
}
1607
1607
// if (this.curTeam.format.includes('espionage')) {
2206
2206
updateStatForm : function ( setGuessed ) {
2207
2207
var buf = '' ;
2208
2208
var set = this . curSet ;
2209
- if ( this . curTeam . format . startsWith ( 'gpt' ) ) {
2210
- this . curTeam . dex = Dex . mod ( 'gen9gpt' ) ;
2211
- }
2212
- console . log ( 'here' )
2213
- console . log ( this . curTeam . dex ) ;
2214
- console . log ( this . curTeam . format ) ;
2215
2209
var species = this . curTeam . dex . species . get ( this . curSet . species ) ;
2216
2210
var baseStats = species . baseStats ;
2217
2211
You can’t perform that action at this time.
0 commit comments