Change the name of the 4th parameter.

This commit is contained in:
Tipx-L 2023-08-19 23:05:42 -07:00
parent 57e1ad46ed
commit 0537308587
1 changed files with 2 additions and 2 deletions

View File

@ -28303,9 +28303,9 @@
},
//Check if the card is recastable
//检查此牌是否可重铸
cardRecastable:(card,player,source,strict)=>{
cardRecastable:(card,player,source,raw)=>{
if(typeof player=='undefined') player=get.owner(card);
return game.checkMod(card,player,source,!strict||'unchanged','cardRecastable',player);
return game.checkMod(card,player,source,!raw||'unchanged','cardRecastable',player);
},
//装备栏相关
canBeReplaced:function(card,player){