(이)가 조사 적용

This commit is contained in:
2018-06-01 02:37:32 +09:00
parent ba165239c3
commit beb501354d
13 changed files with 399 additions and 258 deletions
+2 -1
View File
@@ -116,7 +116,8 @@ class NPC{
$db = DB::db();
if($isNewGeneral){
\sammo\pushWorldHistory(["<C>●</>{$month}월:<Y>{$name}</>(이)가 성인이 되어 <S>등장</>했습니다."], $year, $month);
$josaYi = JosaUtil::pick($name, '이');
\sammo\pushWorldHistory(["<C>●</>{$month}월:<Y>{$name}</>{$josaYi} 성인이 되어 <S>등장</>했습니다."], $year, $month);
}
if($this->ego == null || $isFictionMode){