summaryrefslogtreecommitdiff
path: root/resources/js/game.js
diff options
context:
space:
mode:
Diffstat (limited to 'resources/js/game.js')
-rw-r--r--resources/js/game.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/js/game.js b/resources/js/game.js
index 0841729..fb25ea4 100644
--- a/resources/js/game.js
+++ b/resources/js/game.js
@@ -798,7 +798,6 @@ const Game = {
for (const itemConditionCode of item.conditions) {
const itemCondition = new ItemCondition(itemConditionCode);
let conditionIsApplicable = true;
- console.log(monster.evolutions);
if (itemCondition.what === 'current_hp') {
const value = parseInt(itemCondition.value) * monster.stats.hp;