This commit is contained in:
Sukincen 2019-11-23 23:46:09 +08:00 committed by GitHub
parent caeda7ea07
commit 00cc01a036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ audio:true,
return false;
}
}).set('ai',function(target){
if(get.attitude(_status.event.player,target)>0) return Math.randomGet();
if(get.attitude(_status.event.player,target)>0) return Math.random();
return get.attitude(_status.event.player,target)<=0;
});
'step 1'