diff --git a/package.json b/package.json
index 3590683..261a9d8 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
-  "name": "gwent",
+  "name": "Gwent-online",
   "version": "0.0.1",
-  "description": "",
+  "description": "A standalone multiplayer version of Gwent (The Witcher 3)",
   "main": "gulpfile.js",
   "dependencies": {
     "socketcluster": "2.2.x",
diff --git a/server/Battle.js b/server/Battle.js
index ae6b891..43bb566 100644
--- a/server/Battle.js
+++ b/server/Battle.js
@@ -60,8 +60,8 @@ var Battle = (function(){
     this.p1.draw(10);
     this.p2.draw(10);
 
-    this.p1.hand.add(Card("harpy"));
-    this.p2.hand.add(Card("harpy"));
+    this.p1.hand.add(Card("kaedweni_siege_expert"));
+    this.p2.hand.add(Card("kaedweni_siege_expert"));
     /*
     this.p1.hand.add(Card("dun_banner_medic"));
     this.p2.hand.add(Card("dun_banner_medic"));