diff --git a/hwe/sammo/Scenario/NPC.php b/hwe/sammo/Scenario/NPC.php index dc4050a2..f4bd3f50 100644 --- a/hwe/sammo/Scenario/NPC.php +++ b/hwe/sammo/Scenario/NPC.php @@ -201,7 +201,7 @@ class NPC{ if($isNewGeneral){ $josaYi = JosaUtil::pick($name, '이'); $logger = new \sammo\ActionLogger(0, 0, $year, $month); - $logger->pushGlobalActionLog('{$name}{$josaYi} 성인이 되어 등장했습니다.'); + $logger->pushGlobalActionLog("{$name}{$josaYi} 성인이 되어 등장했습니다."); $logger->flush(); }