diff --git a/AndorsTrail/res/layout/heroinfo_inventory.xml b/AndorsTrail/res/layout/heroinfo_inventory.xml index 557b4b119..e9019ffba 100644 --- a/AndorsTrail/res/layout/heroinfo_inventory.xml +++ b/AndorsTrail/res/layout/heroinfo_inventory.xml @@ -41,7 +41,7 @@ android:orientation="vertical" android:gravity="left" > - 0) { controllers.itemController.lootMonsterBags(killedMonsterBags, totalExpThisFight); } else { @@ -557,7 +562,6 @@ public final class CombatController implements VisualEffectCompletedCallback { } public void endOfCombatRound() { - combatTurnListeners.onCombatEnded(); world.model.worldData.tickWorldTime(); controllers.gameRoundController.resetRoundTimers(); controllers.actorStatsController.applyConditionsToPlayer(world.model.player, false);