1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00

update package

This commit is contained in:
exane 2015-06-19 19:08:17 +02:00
parent fc6f507229
commit 2c307a4fb8
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "gwent", "name": "Gwent-online",
"version": "0.0.1", "version": "0.0.1",
"description": "", "description": "A standalone multiplayer version of Gwent (The Witcher 3)",
"main": "gulpfile.js", "main": "gulpfile.js",
"dependencies": { "dependencies": {
"socketcluster": "2.2.x", "socketcluster": "2.2.x",

View File

@ -60,8 +60,8 @@ var Battle = (function(){
this.p1.draw(10); this.p1.draw(10);
this.p2.draw(10); this.p2.draw(10);
this.p1.hand.add(Card("harpy")); this.p1.hand.add(Card("kaedweni_siege_expert"));
this.p2.hand.add(Card("harpy")); this.p2.hand.add(Card("kaedweni_siege_expert"));
/* /*
this.p1.hand.add(Card("dun_banner_medic")); this.p1.hand.add(Card("dun_banner_medic"));
this.p2.hand.add(Card("dun_banner_medic")); this.p2.hand.add(Card("dun_banner_medic"));