성인 연령 빼먹은거 수정
This commit is contained in:
@@ -73,7 +73,7 @@ class NPC{
|
||||
if($this->death < $year){
|
||||
return true; //죽었으니 넘어간다.
|
||||
}
|
||||
if($age < 14){
|
||||
if($age < \sammo\GameConst::$adultAge){
|
||||
return false; //예약.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user