Compare commits

..

No commits in common. "88e541fccb40dc6b5a3d9005fba0297f6f0d35f4" and "378cf4aa72782a386f1309d18ea31cde1b142176" have entirely different histories.

2 changed files with 1 additions and 6318 deletions

2
app.js
View File

@ -196,7 +196,7 @@
} }
}; };
$http.get('monsters.json').then(function(res) { $http.get('https://raw.githubusercontent.com/Mopolo/Eternelle-Moisson/gh-pages/monsters.json').then(function(res) {
vm.monsters = res.data; vm.monsters = res.data;
vm.monsters.forEach(monster => { vm.monsters.forEach(monster => {
monster.owned = vm.saveData?.find(el => el[0] === monster.id) ? vm.saveData.find(el => el[0] === monster.id)[1] : 0 monster.owned = vm.saveData?.find(el => el[0] === monster.id) ? vm.saveData.find(el => el[0] === monster.id)[1] : 0

File diff suppressed because it is too large Load Diff