mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-07 11:28:25 -05:00
Correct Gen 6 Mud Sport start message
This commit is contained in:
@@ -5132,7 +5132,7 @@ var Battle = (function () {
|
||||
actions += "Gravity intensified!";
|
||||
break;
|
||||
case 'mudsport':
|
||||
actions += "Electric's power was weakened!";
|
||||
actions += "Electricity's power was weakened!";
|
||||
break;
|
||||
case 'watersport':
|
||||
actions += "Fire's power was weakened!";
|
||||
|
||||
Reference in New Issue
Block a user