격노 추가 향상

This commit is contained in:
2020-07-16 02:57:37 +09:00
parent 5f1a48f523
commit 23505326c7
4 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ function myNationInfo(General $generalObj)
$text[] = "{$cmdName}: {$remainTurn}턴 뒤";
}
$nation['strategic_cmd_limit'] = $templates->render('tooltip', [
'text'=>$nation['strategic_cmd_limit'],
'text'=>'<span style="text-decoration:underline dashed;">'.$nation['strategic_cmd_limit'].'</span>',
'info'=>'<span class="text-left d-inline-block">'.join('<br>', $text).'</span>',
]);
}