예제 #1
0
 public void checkBattleTurnEndEvent(Student stu)
 {
     if (stu.retStuStatus() == status.poison)
         stu.getDamage((int)(stu.retStuStat(5)*5.0/8));
 }