Merge pull request #1024 from lieren2023/lieren2023-patch-6

fix:赵襄[fuhan]能不用攒标记就能觉醒的彩蛋
This commit is contained in:
Spmario233 2024-03-06 19:28:24 +08:00 committed by GitHub
commit eaa3d1a061
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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);