forked from mirrors/webxoss-core
🐛 fix WX16-006 fatal bug
This commit is contained in:
parent
9b31c967a8
commit
648df21225
1 changed files with 2 additions and 2 deletions
|
@ -117264,9 +117264,9 @@ var CardInfo = {
|
||||||
"ターン終了時まで、あなたのシグニ1体は「バニッシュされない。」を得る。",
|
"ターン終了時まで、あなたのシグニ1体は「バニッシュされない。」を得る。",
|
||||||
"あなたのトラッシュからあなたのルリグと同じ色を持つシグニを2枚まで手札に加える。",
|
"あなたのトラッシュからあなたのルリグと同じ色を持つシグニを2枚まで手札に加える。",
|
||||||
],
|
],
|
||||||
costChange: function () {
|
// costChange: function () {
|
||||||
// TODO...
|
// TODO...
|
||||||
},
|
// },
|
||||||
useCondition: function () {
|
useCondition: function () {
|
||||||
return !this.player.lrig.hasColor('colorless');
|
return !this.player.lrig.hasColor('colorless');
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue