mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
🐛 hotfix WX15-045 onPlay
This commit is contained in:
parent
5418d76496
commit
a2b096e013
1 changed files with 1 additions and 1 deletions
|
@ -110085,7 +110085,7 @@ var CardInfo = {
|
|||
],
|
||||
startUpEffects: [{
|
||||
actionAsyn: function () {
|
||||
if (this.player.hands.length <= 2) {
|
||||
if (this.player.opponent.hands.length <= 2) {
|
||||
this.player.draw(1);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue