processWar 입출력 부근을 General Object로 변경

This commit is contained in:
2019-04-29 00:13:25 +09:00
parent c8422421ab
commit bbfe5c2ab0
7 changed files with 48 additions and 39 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ class WarUnitCity extends WarUnit{
return true;
}
function heavyDecreseWealth(){
function heavyDecreaseWealth(){
$this->multiplyVar('agri', 0.5);
$this->multiplyVar('comm', 0.5);
$this->multiplyVar('secu', 0.5);