초토화 추가

This commit is contained in:
2020-05-04 06:13:15 +09:00
parent a26a59b193
commit d5492eee93
5 changed files with 240 additions and 3 deletions
+2
View File
@@ -2218,6 +2218,8 @@ class GeneralAI
$gold = $general->getVar('gold');
$gold -= $this->fullLeadership * 3;
//TODO: 소유 쌀을 생각해야할 필요가 있다.
if($gold <= 0){
return null;
}