mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
🐛 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体は「バニッシュされない。」を得る。",
|
||||
"あなたのトラッシュからあなたのルリグと同じ色を持つシグニを2枚まで手札に加える。",
|
||||
],
|
||||
costChange: function () {
|
||||
// costChange: function () {
|
||||
// TODO...
|
||||
},
|
||||
// },
|
||||
useCondition: function () {
|
||||
return !this.player.lrig.hasColor('colorless');
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue