mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-19 03:56:06 +01:00
fix WX15-006
This commit is contained in:
parent
fc7e586e78
commit
efe8986037
1 changed files with 1 additions and 1 deletions
|
@ -109503,7 +109503,7 @@ var CardInfo = {
|
||||||
destroyTimming: this.game.phase.onTurnEnd,
|
destroyTimming: this.game.phase.onTurnEnd,
|
||||||
action: function (set,add) {
|
action: function (set,add) {
|
||||||
var effect = this.game.newEffect({
|
var effect = this.game.newEffect({
|
||||||
source: signi,
|
source: this,
|
||||||
description: '2127-arts-0',
|
description: '2127-arts-0',
|
||||||
triggerCondition: function (event) {
|
triggerCondition: function (event) {
|
||||||
var source = this.game.getEffectSource();
|
var source = this.game.getEffectSource();
|
||||||
|
|
Loading…
Reference in a new issue