From 487b99bd938207e927d7cc14ab31517b8f40beb1 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 31 Aug 2023 16:50:58 +0200 Subject: show loading progress --- resources/js/game.js | 1 - 1 file changed, 1 deletion(-) (limited to 'resources/js/game.js') 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; -- cgit v1.2.3