关樾bugfix

This commit is contained in:
lieren2023 2024-06-05 11:55:57 +08:00 committed by GitHub
parent b52f6eabb1
commit ec4d1871b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -965,7 +965,7 @@ const skills = {
return delt < 0 || (delt > 0 && player.countCards("h"));
},
locked(skill, player) {
return player && player.storage.dcshouzhi_modified;
return !(player && player.storage.dcshouzhi_modified);
},
derivation: ["dcshouzhi_modified"],
onremove: ["dcshouzhi_modified"],