31 changes: 26 additions & 5 deletions 31 zelda-totk/zelda-totk.class.horse.js Original file line numberDiff line numberDiff line change @@ -11,15 +11,31 @@ function Horse(index, id, name){ this.id=id; this.name=name; Horse.buildHtmlElements(this); } Horse.prototype.getItemTranslat...