Skip to content

Commit

Permalink
-hint is a minor message.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmelts committed Apr 30, 2012
1 parent c0cbb9b commit 2e0b3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statuses.js
Expand Up @@ -263,7 +263,7 @@ exports.BattleStatuses = {
var target = side.foe.active[posData.targetPosition];
var move = this.getMove(posData.move);
if (target.fainted) {
this.add('hint', ''+move.name+' did not hit because the target is fainted.');
this.add('-hint', ''+move.name+' did not hit because the target is fainted.');
this.effectData.positions[i] = null;
continue;
}
Expand Down

0 comments on commit 2e0b3f3

Please sign in to comment.