forked from mirrors/webxoss-core
fix WX15-016
This commit is contained in:
parent
19716cc6fa
commit
761104d8c3
1 changed files with 1 additions and 1 deletions
|
@ -132934,7 +132934,7 @@ var CardInfo = {
|
||||||
source: this.player.lrig,
|
source: this.player.lrig,
|
||||||
description: '2132-attached-0',
|
description: '2132-attached-0',
|
||||||
triggerCondition: function (event) {
|
triggerCondition: function (event) {
|
||||||
return (event.card.type === 'SINGI');
|
return (event.card.type === 'SIGNI');
|
||||||
},
|
},
|
||||||
optional: true,
|
optional: true,
|
||||||
actionAsyn: function (event) {
|
actionAsyn: function (event) {
|
||||||
|
|
Loading…
Reference in a new issue