diff --git a/hwe/func_npc.php b/hwe/func_npc.php index f8209b17..a3c8a303 100644 --- a/hwe/func_npc.php +++ b/hwe/func_npc.php @@ -213,7 +213,7 @@ function processAI($no) { 'turn3'=>$command, 'turn4'=>$command, 'turn5'=>$command, - 'killturn'=>80 + 'killturn'=>rand(70,75), ], 'no=%i', $general['no']); }