forked from mirrors/webxoss-core
add warning for effect source to selectEner
This commit is contained in:
parent
b496bc0051
commit
fe2cb24cc1
2 changed files with 2 additions and 1 deletions
|
@ -1717,6 +1717,7 @@ Player.prototype.selectEnerAsyn = function (obj,cancelable) {
|
|||
player.output({
|
||||
type: 'PAY_ENER',
|
||||
content: {
|
||||
source: obj.source || 0,
|
||||
cancelable: !!cancelable,
|
||||
cards: this.enerZone.cards,
|
||||
colors: this.enerZone.cards.map(function (card) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ff57f7b81016de1b56f6cec5ee15d302b63a8f73
|
||||
Subproject commit 23b6fbca009397f8d4755f3707384af522d5c3a6
|
Loading…
Reference in a new issue