diff --git a/mode/guozhan.js b/mode/guozhan.js index 0d73c6202..a38b3b803 100644 --- a/mode/guozhan.js +++ b/mode/guozhan.js @@ -638,6 +638,9 @@ mode.guozhan={ if(from.identity==toidentity){ if(get.totalPopulation(toidentity)+1<=get.population()/2) return 4+difficulty; } + if(lib.character[from.name1][1]==toidentity){ + if(get.totalPopulation(toidentity)+1<=get.population()/2) return 4+difficulty; + } var groups=[]; for(var i=0;i=get.population()-2){ + toidentity='ye'; + } + } + var att=ai.get.realAttitude(from,toidentity,difficulty); if(from.storage.zhibi&&from.storage.zhibi.contains(to)){ return att; }