mirror of
https://github.com/exane/not-gwent-online
synced 2025-09-22 14:49:06 +00:00
more stuff
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = {
|
||||
|
||||
var cards = this.getDeck().find("name", name);
|
||||
cards.forEach(function(_card) {
|
||||
self.getDeck().removeFromDeck(_card.getId());
|
||||
self.getDeck().removeFromDeck(_card.getID());
|
||||
this._placeCard(_card);
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user