File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -97,14 +97,15 @@ def getTeamsFromLog(log,mrayAllowed):
97
97
98
98
if 'teraType' in log [team ][i ].keys ():
99
99
teraType = keyify (log [team ][i ]['teraType' ])
100
- if teraType == '' :
100
+ if teraType == '' or item . endswith ( 'iumz' ) :
101
101
teraType = 'nothing'
102
102
else :
103
103
teraType = 'nothing'
104
104
105
105
if species == 'rayquaza' and 'dragonascent' in moves and mrayAllowed :
106
106
species = 'rayquazamega'
107
107
ability = 'deltastream'
108
+ teraType = 'nothing'
108
109
elif species == 'greninja' and ability == 'battlebond' :
109
110
species = 'greninjaash'
110
111
elif species == 'zacian' and item == 'rustedsword' :
@@ -122,6 +123,7 @@ def getTeamsFromLog(log,mrayAllowed):
122
123
if species in ['kyogremega' ,'groudonmega' ]:
123
124
species = species [:- 4 ]+ 'primal'
124
125
ability = mega [2 ]
126
+ teraType = 'nothing'
125
127
break
126
128
127
129
if species [0 ] in string .ascii_lowercase or species [1 ] in string .ascii_uppercase :
You can’t perform that action at this time.
0 commit comments