修复关羽武圣牌视为无花色BUG
This commit is contained in:
parent
009ab0a43d
commit
2a978638ce
|
@ -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)) {
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue