微调平民AI

This commit is contained in:
copcap 2023-11-03 15:56:10 +08:00
parent 228aa6ffd3
commit a724e3b014
No known key found for this signature in database
GPG Key ID: 9AE7B8AF097EC926
1 changed files with 1 additions and 1 deletions

View File

@ -3575,7 +3575,7 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
return Math.min(3,-situation);
case 'fan': return -8;
case 'commoner':
return Math.max(-3,situation);
return Math.min(3,Math.max(-3,situation));
}
break;
case 'nei':