랜임 모드 버그 수정

This commit is contained in:
2018-10-24 00:54:18 +09:00
parent 40e0adfefe
commit 8e8eda1012
7 changed files with 24 additions and 8 deletions
+2 -2
View File
@@ -106,10 +106,10 @@ function getTurn(array $general, $type, $font=1) {
$double = $command[1];
if($double == 98){
$nationName = '(랜덤국가)';
$nationName = '건국된 임의 국가';
}
else if($double == 99){
$nationName = '[랜덤국가]';
$nationName = '임의의 국가';
}
else{
$nationName = getNationStaticInfo($double)['name']??'?!?!';