This commit is contained in:
kuangthree 2023-10-05 12:46:01 +08:00
parent 592d748099
commit 0232fbd7ad
1 changed files with 1 additions and 1 deletions

View File

@ -60068,7 +60068,7 @@
if(_status.event.useCache){
return game.callFuncUseStepCache("get.useful_raw",get.useful_raw,[card,player]);
}
return this.useful_raw(card,player);
return get.useful_raw(card,player);
},
unuseful:function(card){
return -get.useful(card);