From 1abb45cd180bc7d763e1b39b2f5776a98302244f Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Wed, 1 Oct 2014 05:26:25 -0400 Subject: [PATCH] Use -ability for Cloud Nine and Air Lock messages --- data/abilities.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/abilities.js b/data/abilities.js index 3fde949e5e..3115891871 100644 --- a/data/abilities.js +++ b/data/abilities.js @@ -90,7 +90,7 @@ exports.BattleAbilities = { desc: "While this Pokemon is active, all weather conditions and their effects are disabled.", shortDesc: "While this Pokemon is active, all weather conditions and their effects are disabled.", onStart: function (pokemon) { - this.add('-message', 'The effects of weather disappeared. (placeholder)'); + this.add('-ability', pokemon, 'Air Lock'); }, onAnyModifyPokemon: function (pokemon) { pokemon.ignore['WeatherTarget'] = true; @@ -327,7 +327,7 @@ exports.BattleAbilities = { desc: "While this Pokemon is active, all weather conditions and their effects are disabled.", shortDesc: "While this Pokemon is active, all weather conditions and their effects are disabled.", onStart: function (pokemon) { - this.add('-message', 'The effects of weather disappeared. (placeholder)'); + this.add('-ability', pokemon, 'Cloud Nine'); }, onAnyModifyPokemon: function (pokemon) { pokemon.ignore['WeatherTarget'] = true;