Browse Source

解决8120伤害吸收附加显示错误的问题

tags/v21.5
枫谷剑仙 4 years ago
parent
commit
0cb6d84e1f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      script-json_data.js

+ 1
- 1
script-json_data.js View File

@@ -754,7 +754,7 @@ const specialSearchFunctions = (function() {
return `双吸×${sk[0]}T`;
}else
{
return `${['属','C','伤'][sk.slice(1).indexOf(1)]}吸×${sk[0]}T`;
return `${['属','C','伤'][sk.slice(1).findIndex(Boolean)]}吸×${sk[0]}T`;
}
}
function unbind_Turns(card)


Loading…
Cancel
Save