File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1088,14 +1088,13 @@ export const Moves: {[k: string]: ModdedMoveData} = {
1088
1088
mudsport : {
1089
1089
inherit : true ,
1090
1090
condition : {
1091
- noCopy : true ,
1092
1091
onStart ( pokemon ) {
1093
1092
this . add ( '-start' , pokemon , 'move: Mud Sport' ) ;
1094
1093
} ,
1095
1094
onAnyBasePowerPriority : 3 ,
1096
1095
onAnyBasePower ( basePower , user , target , move ) {
1097
1096
if ( move . type === 'Electric' ) {
1098
- this . debug ( 'mud sport weaken' ) ;
1097
+ this . debug ( 'Mud Sport weaken' ) ;
1099
1098
return this . chainModify ( 0.5 ) ;
1100
1099
}
1101
1100
} ,
@@ -1752,14 +1751,13 @@ export const Moves: {[k: string]: ModdedMoveData} = {
1752
1751
watersport : {
1753
1752
inherit : true ,
1754
1753
condition : {
1755
- noCopy : true ,
1756
1754
onStart ( pokemon ) {
1757
1755
this . add ( '-start' , pokemon , 'move: Water Sport' ) ;
1758
1756
} ,
1759
1757
onAnyBasePowerPriority : 3 ,
1760
1758
onAnyBasePower ( basePower , user , target , move ) {
1761
1759
if ( move . type === 'Fire' ) {
1762
- this . debug ( 'water sport weaken' ) ;
1760
+ this . debug ( 'Water Sport weaken' ) ;
1763
1761
return this . chainModify ( 0.5 ) ;
1764
1762
}
1765
1763
} ,
You can’t perform that action at this time.
0 commit comments