修复关羽武圣牌视为无花色BUG

This commit is contained in:
kuangthree 2024-01-14 22:31:29 +08:00
parent 009ab0a43d
commit 2a978638ce
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@ export class VCard {
* @param { string } [nature]
*/
constructor(suitOrCard, numberOrCards, name, nature) {
if (suitOrCard instanceof VCard) {
const other = suitOrCard;
[suitOrCard, numberOrCards, name, nature] = other._args;
}
if (Array.isArray(suitOrCard)) {
/**