public final void cancelPoisonSchedule(MapleMonster mm) {
   mm.doPoison(this, weakChr, 0);
   this.poisonSchedule = 0;
   this.weakChr = null;
 }