diff --git a/js/battle.js b/js/battle.js index 77c929630..dd8d4365f 100644 --- a/js/battle.js +++ b/js/battle.js @@ -3661,7 +3661,13 @@ function Battle(frame, logFrame, noPreload) { case 'sandtomb': actions += '' + poke.getName() + ' became trapped by Sand Tomb!'; break; - + case 'afteryou': + actions += '' + poke.getName() + ' took the kind offer!'; + break; + case 'quash': + actions += "" + poke.getName() + "'s move was postponed!"; + break; + // ability activations case 'sturdy': actions += '' + poke.getName() + ' held on thanks to Sturdy!';