修复赵襄[fuhan]能不用攒标记就能觉醒的彩蛋
This commit is contained in:
parent
f70a291c1b
commit
7feb087b40
|
@ -17709,9 +17709,9 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
skillAnimation:true,
|
skillAnimation:true,
|
||||||
animationColor:'orange',
|
animationColor:'orange',
|
||||||
forceunique:true,
|
forceunique:true,
|
||||||
//filter:function(event,player){
|
filter:function(event,player){
|
||||||
// return player.storage.fanghun2>0;
|
return player.storage.fanghun2>0;
|
||||||
//},
|
},
|
||||||
prompt:function(event,player){
|
prompt:function(event,player){
|
||||||
var num=Math.max(2,player.storage.fanghun2||0);
|
var num=Math.max(2,player.storage.fanghun2||0);
|
||||||
num=Math.min(num,8);
|
num=Math.min(num,8);
|
||||||
|
|
Loading…
Reference in New Issue