mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-06 13:47:24 -05:00
Removed placeholder message for Focus Band
This commit is contained in:
parent
44845f0cb9
commit
072d41345b
|
|
@ -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;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user