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