국가 성향 converter를 TriggerNationType으로 통합

This commit is contained in:
2018-09-02 21:37:23 +09:00
parent 27295d69c3
commit 476de90ca7
5 changed files with 47 additions and 46 deletions
+3 -1
View File
@@ -96,7 +96,9 @@ class GameConstBase
/** @var array 선택 가능한 국가 성향 */
public static $availableNationType = [
'che_명가', 'che_음양가', 'che_종횡가', 'che_불가', 'che_도적', 'che_오두미도', 'che_태평도', 'che_도가',
'che_도적', 'che_명가', 'che_음양가', 'che_종횡가', 'che_불가', 'che_오두미도', 'che_태평도', 'che_도가',
'che_묵가', 'che_덕가', 'che_병가', 'che_유가', 'che_법가'
];
public static $neutralNationType = 'che_중립';
}