@Override
 public void onCheckOut() {
   this.m_decreaseLevel = false;
   this.m_levelToDecrease = 0;
   super.onCheckOut();
 }