From beb7553629552b46aab2a658312145f1ccda5418 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 1 May 2020 16:09:03 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=8B=9C=EC=A7=80=20=EC=BB=AC?= =?UTF-8?q?=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_임관.php | 2 +- hwe/sammo/Command/General/che_하야.php | 2 +- hwe/sammo/General.php | 2 +- hwe/sammo/TextDecoration/DyingMessage.php | 20 ++++++++++---------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/hwe/sammo/Command/General/che_임관.php b/hwe/sammo/Command/General/che_임관.php index f875a87e..56f3b9f1 100644 --- a/hwe/sammo/Command/General/che_임관.php +++ b/hwe/sammo/Command/General/che_임관.php @@ -144,7 +144,7 @@ class che_임관 extends Command\GeneralCommand{ $logger->pushGeneralActionLog("{$destNationName}에 임관했습니다. <1>$date"); $logger->pushGeneralHistoryLog("{$destNationName}에 임관"); - $logger->pushGlobalActionLog("{$generalName}{$josaYi} {$destNationName}임관했습니다."); + $logger->pushGlobalActionLog("{$generalName}{$josaYi} {$destNationName}임관했습니다."); if($gennum < GameConst::$initialNationGenLimit) { $exp = 700; diff --git a/hwe/sammo/Command/General/che_하야.php b/hwe/sammo/Command/General/che_하야.php index 80d54d72..4f9beb06 100644 --- a/hwe/sammo/Command/General/che_하야.php +++ b/hwe/sammo/Command/General/che_하야.php @@ -91,7 +91,7 @@ class che_하야 extends Command\GeneralCommand{ else{ $logger->pushGeneralActionLog("{$nationName}에서 하야했습니다. <1>$date"); $logger->pushGeneralHistoryLog("{$nationName}에서 하야"); - $logger->pushGlobalActionLog("{$generalName}{$josaYi} {$nationName}에서 하야했습니다."); + $logger->pushGlobalActionLog("{$generalName}{$josaYi} {$nationName}에서 하야했습니다."); $general->setVar('experience', $general->getVar('experience') * (1 - 0.1 * $general->getVar('betray'))); $general->addExperience(0, false); $general->setVar('dedication', $general->getVar('dedication') * (1 - 0.1 * $general->getVar('betray'))); diff --git a/hwe/sammo/General.php b/hwe/sammo/General.php index f4b4cb02..2043a56c 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -598,7 +598,7 @@ class General implements iAction{ } $josaYi = JosaUtil::pick($generalName, '이'); - $logger->pushGlobalActionLog("{$generalName}{$josaYi} 은퇴하고 그 자손이 유지를 이어받았습니다."); + $logger->pushGlobalActionLog("{$generalName}{$josaYi} 은퇴하고 그 자손이 유지를 이어받았습니다."); $logger->pushGeneralActionLog('나이가 들어 은퇴하고 자손에게 자리를 물려줍니다.', ActionLogger::PLAIN); $logger->pushGeneralHistoryLog('나이가 들어 은퇴하고, 자손에게 관직을 물려줌'); } diff --git a/hwe/sammo/TextDecoration/DyingMessage.php b/hwe/sammo/TextDecoration/DyingMessage.php index 4443e524..4578ed45 100644 --- a/hwe/sammo/TextDecoration/DyingMessage.php +++ b/hwe/sammo/TextDecoration/DyingMessage.php @@ -70,16 +70,16 @@ class DyingMessage{ protected static function getUtilNPCMessageList():array{ return [ - ';name;;이; 푸대접에 실망하여 떠났습니다.', - ';name;;이; 갑자기 화를 내며 떠났습니다.', - ';name;;이; 의견차이를 좁히지 못하고 떠났습니다.', - ';name;;이; 판단 착오였다며 떠났습니다.', - ';name;;이; 생활고가 나아지지 않는다며 떠났습니다.', - ';name;;이; 기대가 너무 컸다며 떠났습니다.', - ';name;;이; 아무 이유 없이 떠났습니다.', - ';name;;이; 자기 목적은 달성했다며 떠났습니다.', - ';name;;이; 자기가 없어도 될것 같다며 떠났습니다.', - ';name;;이; 처자식이 그립다며 떠났습니다.', + ';name;;이; 푸대접에 실망하여 떠났습니다.', + ';name;;이; 갑자기 화를 내며 떠났습니다.', + ';name;;이; 의견차이를 좁히지 못하고 떠났습니다.', + ';name;;이; 판단 착오였다며 떠났습니다.', + ';name;;이; 생활고가 나아지지 않는다며 떠났습니다.', + ';name;;이; 기대가 너무 컸다며 떠났습니다.', + ';name;;이; 아무 이유 없이 떠났습니다.', + ';name;;이; 자기 목적은 달성했다며 떠났습니다.', + ';name;;이; 자기가 없어도 될것 같다며 떠났습니다.', + ';name;;이; 처자식이 그립다며 떠났습니다.', ]; }