삭턴 기준 변경
This commit is contained in:
+1
-1
@@ -1619,7 +1619,7 @@ function checkTurn() {
|
|||||||
PreprocessCommand($general['no']);
|
PreprocessCommand($general['no']);
|
||||||
//if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', processAI');
|
//if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', processAI');
|
||||||
$reduce_turn = false;
|
$reduce_turn = false;
|
||||||
if($general['npc'] >= 2 || ($autorun_user['limit_minutes']??false)) {
|
if($general['npc'] >= 2 || ($autorun_user['limit_minutes']??false) && DecodeCommand($general['turn0'])[0] == 0) {
|
||||||
processAI($general['no']);
|
processAI($general['no']);
|
||||||
$reduce_turn = true;
|
$reduce_turn = true;
|
||||||
} // npc AI 처리
|
} // npc AI 처리
|
||||||
|
|||||||
Reference in New Issue
Block a user