훈사를 분리

This commit is contained in:
2019-09-21 21:29:20 +09:00
parent e5fc467c4e
commit 33e075f669
2 changed files with 9 additions and 4 deletions
+3
View File
@@ -56,8 +56,11 @@ class AIAllowedAction{
case 'recruit':
$this->recruit = true;
$this->changeWarCondition = true;
break;
case 'train':
$this->train = true;
$this->atmos = true;
$this->changeWarCondition = true;
break;
case 'battle':
$this->battle = true;