Removed placeholder message for Focus Band

This commit is contained in:
ascriptmaster 2014-10-21 13:50:55 -07:00
parent 44845f0cb9
commit 072d41345b

View File

@ -1522,7 +1522,7 @@ exports.BattleItems = {
},
onDamage: function (damage, target, source, effect) {
if (this.random(10) === 0 && damage >= target.hp && effect && effect.effectType === 'Move') {
this.add("-message", target.name + " held on using its Focus Band! (placeholder)");
this.add("-activate", target.name, "item: Focus Band");
return target.hp - 1;
}
},