}
}
final EntityEquipment e = p.getEquipment();
if (e == null)
return null;
return new EquipmentSlot(e, EquipmentSlot.EquipSlot.TOOL) {
@Override
public String toString_i() {
return "the " + (getTime() == 1 ? "future " : getTime() == -1 ? "former " : "") + super.toString_i();
}
};