mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-18 19:56:02 +01:00
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,
|
||||
description: '2132-attached-0',
|
||||
triggerCondition: function (event) {
|
||||
return (event.card.type === 'SINGI');
|
||||
return (event.card.type === 'SIGNI');
|
||||
},
|
||||
optional: true,
|
||||
actionAsyn: function (event) {
|
||||
|
|
Loading…
Reference in a new issue