diff --git a/twe/sammo/Scenario/NPC.php b/twe/sammo/Scenario/NPC.php index 89fa34ce..f40de269 100644 --- a/twe/sammo/Scenario/NPC.php +++ b/twe/sammo/Scenario/NPC.php @@ -73,7 +73,7 @@ class NPC{ if($this->death < $year){ return true; //죽었으니 넘어간다. } - if($age < 14){ + if($age < \sammo\GameConst::$adultAge){ return false; //예약. }