mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-18 19:56:02 +01:00
🐛 fix layer
This commit is contained in:
parent
8873040c31
commit
279184d0a7
1 changed files with 1 additions and 1 deletions
2
Card.js
2
Card.js
|
@ -269,7 +269,7 @@ Card.prototype.setupConstEffects = function () {
|
|||
createTimming: this.onEnterField,
|
||||
once: false,
|
||||
destroyTimming: this.onLeaveField2,
|
||||
action: function (add,set) {
|
||||
action: function (set,add) {
|
||||
this.player.signis.forEach(function (signi) {
|
||||
if (signi.hasClass('怪異')) {
|
||||
add(signi,'layerMarks',layerMark);
|
||||
|
|
Loading…
Reference in a new issue