원조 받으면 불가침 제의

This commit is contained in:
2021-08-11 21:44:50 +09:00
parent a5145636ad
commit f06a8225d0
6 changed files with 100 additions and 18 deletions
+3
View File
@@ -28,6 +28,7 @@ class AutorunNationPolicy {
static $NPC몰수 = 'NPC몰수';
// 군주 행동
static $불가침제의 = '불가침제의';
static $선전포고 = '선전포고';
static $천도 = '천도';
@@ -35,6 +36,7 @@ class AutorunNationPolicy {
//실제 행동
static public $defaultPriority = [
'불가침제의',
'선전포고',
'천도',
@@ -106,6 +108,7 @@ class AutorunNationPolicy {
public $canNPC포상 = true;
public $canNPC몰수 = true;
public $can불가침제의 = true;
public $can선전포고 = true;
public $can천도 = true;