유지비를 깎고 세수를 계산하도록 수정
This commit is contained in:
@@ -380,8 +380,8 @@ class TurnExecutionHelper
|
|||||||
|
|
||||||
// 분기계산. 장수들 턴보다 먼저 있다면 먼저처리
|
// 분기계산. 장수들 턴보다 먼저 있다면 먼저처리
|
||||||
if($gameStor->month == 1) {
|
if($gameStor->month == 1) {
|
||||||
processGoldIncome();
|
|
||||||
processSpring();
|
processSpring();
|
||||||
|
processGoldIncome();
|
||||||
updateYearly();
|
updateYearly();
|
||||||
updateQuaterly();
|
updateQuaterly();
|
||||||
disaster();
|
disaster();
|
||||||
@@ -394,8 +394,8 @@ class TurnExecutionHelper
|
|||||||
updateQuaterly();
|
updateQuaterly();
|
||||||
disaster();
|
disaster();
|
||||||
} elseif($gameStor->month == 7) {
|
} elseif($gameStor->month == 7) {
|
||||||
processRiceIncome();
|
|
||||||
processFall();
|
processFall();
|
||||||
|
processRiceIncome();
|
||||||
updateQuaterly();
|
updateQuaterly();
|
||||||
disaster();
|
disaster();
|
||||||
tradeRate();
|
tradeRate();
|
||||||
|
|||||||
Reference in New Issue
Block a user