52545255525652575258525952605261526252635264
} target.addStatus(user, new StatusEffect() { public boolean apply(Pokemon p) { HoldItem item = p.getItem(); if ((item != null) && item.isActive()) { item.unapply(p); item.deactivate(); } return true; } public String getDescription() {