Fixed incorrectly defined helpers, added item routes

This commit is contained in:
Thaum
2014-11-04 06:56:27 +00:00
parent acdd7303eb
commit 5fdbb8398f
5 changed files with 38 additions and 6 deletions

View File

@@ -7,4 +7,5 @@ Item = function(name, container){
this.weight = 0.0;
this.value = 0;//value in gold pieces
this.description = "";
this.effects = [];
}